<?xml version="1.0" encoding="UTF-8"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en-gb">
	<link rel="self" type="application/atom+xml" href="https://forum.eggheads.org/app.php/feed/topic/11044" />

	<title>egghelp/eggheads community</title>
	<subtitle>Discussion of eggdrop bots, shell accounts and tcl scripts.</subtitle>
	<link href="https://forum.eggheads.org/index.php" />
	<updated>2005-12-24T19:45:33-04:00</updated>

	<author><name><![CDATA[egghelp/eggheads community]]></name></author>
	<id>https://forum.eggheads.org/app.php/feed/topic/11044</id>

		<entry>
		<author><name><![CDATA[Thunderdome]]></name></author>
		<updated>2005-12-24T19:45:33-04:00</updated>

		<published>2005-12-24T19:45:33-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=58652#p58652</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=58652#p58652"/>
		<title type="html"><![CDATA[Using for example &quot;egg&quot; instead of &quot;./egg]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=58652#p58652"><![CDATA[
worked fine! Thanks for the help! <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_smile.gif" width="15" height="15" alt=":)" title="Smile"><br>Merry Xmas<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=6079">Thunderdome</a> — Sat Dec 24, 2005 7:45 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[demond]]></name></author>
		<updated>2005-12-24T12:42:00-04:00</updated>

		<published>2005-12-24T12:42:00-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=58639#p58639</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=58639#p58639"/>
		<title type="html"><![CDATA[Using for example &quot;egg&quot; instead of &quot;./egg]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=58639#p58639"><![CDATA[
get rid of absolute paths and leave the name of executable only<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=5056">demond</a> — Sat Dec 24, 2005 12:42 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Thunderdome]]></name></author>
		<updated>2005-12-24T10:12:07-04:00</updated>

		<published>2005-12-24T10:12:07-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=58636#p58636</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=58636#p58636"/>
		<title type="html"><![CDATA[Using for example &quot;egg&quot; instead of &quot;./egg]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=58636#p58636"><![CDATA[
<div class="codebox"><p>Code: </p><pre><code>#set the full path to your ircstats executableset ircstatsexe "/home/lol/IRCStats-1.0/ircstats"#set the full path to your logfileset ircstatslog "/home/lol/eggdrop/logs/thunderdome.log"#set the full path to your ircstats cfg fileset ircstatscfg "/home/lol/IRCStats-1.0/ircstats.cfg"#set the url for your statistics pageset ircstatsurl "http://lol.net/~lol/ircstats.html"#change this at will: minutes hours days yearbind time - "07 * * * *" executionbind time - "27 * * * *" executionbind time - "47 * * * *" execution#change n to whatever flag you wish (- for all users) and change !ircstats to whatever bind you wish to usebind pub n !ircstats executionproc execution {nick uhost hand chan arg} { #### change the directory to your Ircstats main directory ####        cd /home/lol/IRCStats-1.0/        global ircstatsexe ircstatslog ircstatscfg ircstatsurl        eval exec $ircstatsexe $ircstatslog $ircstatscfg        append out "NOTICE $nick :" ; if {[catch {exec $ircstatsexe} error]} { append out "$ircstatsexe an error occured: [string totitle $error]" } else { append out "4,5Stats Updated:0,5 $ircstatsurl" }  puthelp $out#### change the directory to your eggdrop main directory ####        cd /home/lol/eggdrop/</code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=6079">Thunderdome</a> — Sat Dec 24, 2005 10:12 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Sir_Fz]]></name></author>
		<updated>2005-12-24T09:56:30-04:00</updated>

		<published>2005-12-24T09:56:30-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=58634#p58634</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=58634#p58634"/>
		<title type="html"><![CDATA[Using for example &quot;egg&quot; instead of &quot;./egg]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=58634#p58634"><![CDATA[
That piece of code is not enough for anyone to help you.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3085">Sir_Fz</a> — Sat Dec 24, 2005 9:56 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Thunderdome]]></name></author>
		<updated>2005-12-24T10:12:35-04:00</updated>

		<published>2005-12-24T09:09:23-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=58633#p58633</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=58633#p58633"/>
		<title type="html"><![CDATA[Using for example &quot;egg&quot; instead of &quot;./egg]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=58633#p58633"><![CDATA[
My SP changed the way we run processes after an attac.<br>Now instead of ./ircstats we must do ircstats<br>or eggdrop instead of ./eggdrop<br><br>The problem is, how do I change my script line that does this:<br><div class="codebox"><p>Code: </p><pre><code>eval exec $ircstatsexe $ircstatslog $ircstatscfg</code></pre></div>in order to run in this new manner?<br>Merry Xmas<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=6079">Thunderdome</a> — Sat Dec 24, 2005 9:09 am</p><hr />
]]></content>
	</entry>
	</feed>
