<?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/1892" />

	<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>2002-06-06T18:10:00-04:00</updated>

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

		<entry>
		<author><name><![CDATA[[Nero]]]></name></author>
		<updated>2002-06-06T18:10:00-04:00</updated>

		<published>2002-06-06T18:10:00-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=7746#p7746</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=7746#p7746"/>
		<title type="html"><![CDATA[OK Guys As requested this is...]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=7746#p7746"><![CDATA[
sorry yes $nick should have read been varible $siteip instead, any chance of an example <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_smile.gif" width="15" height="15" alt=":smile:" title="Smile"> pretty please<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=1317">[Nero]</a> — Thu Jun 06, 2002 6:10 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[stdragon]]></name></author>
		<updated>2002-06-06T16:43:00-04:00</updated>

		<published>2002-06-06T16:43:00-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=7744#p7744</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=7744#p7744"/>
		<title type="html"><![CDATA[OK Guys As requested this is...]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=7744#p7744"><![CDATA[
if {$line == $nick} { set found 1 } <br><br>Why are you comparing the line to the nick?<br><br>Also, don't use lindex on strings -- use split first.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=8">stdragon</a> — Thu Jun 06, 2002 4:43 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[[Nero]]]></name></author>
		<updated>2002-06-06T13:53:00-04:00</updated>

		<published>2002-06-06T13:53:00-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=7740#p7740</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=7740#p7740"/>
		<title type="html"><![CDATA[OK Guys As requested this is...]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=7740#p7740"><![CDATA[
The script that just wont work no way no how - LOL<br>set count 0<br>set POSTCOMMAND   "SITE"<br>set tempnumber 0<br>set lasttempsite 0<br>set isopen 1<br>set chan "#abcd"<br>bind msg  -  $POSTCOMMAND postsite<br>set templist      ""<br>######################<br>proc postsite {nick host hand arg} {<br>global chan templist isopen tempnumber siteip sitepath file<br>if {$isopen == 0} {<br>putquick "NOTICE $nick : Please Read the Topic !!, Bot is Currently Closed, Try Again Later."<br>} else {<br>set siteip   [lindex $arg 0]<br>set sitepath [lindex $arg 1]<br>set sitelogin [lindex $arg 2]<br>set siteport [lrange $arg 3 end]<br>set file templist<br>set found 0 <br><br>set fs [open $file r] <br>while {![eof $fs]} { <br>gets $fs line <br>if {$line == $siteip} { set found 1 } <br>} <br>close $fs <br>if {$found} { <br>puthelp "PRIVMSG $chan : its a Duplicate already in the templist!" <br>} else { <br>puthelp "PRIVMSG $chan : is OK &amp; adding to templist"<br>} <br>}<br>}<br><br>the command for adding a new submission is<br>/msg botname SITE <a href="ftp://xxx.xxx.xxx.xxx" class="postlink">ftp://xxx.xxx.xxx.xxx</a> /DIR Login/Pass :razz:ort<br><br><br>Good luck &amp; ill love forever whoever can solve this mystery.<br><br><br>&lt;font size=-1&gt;[ This Message was edited by: [Nero] on 2002-06-06 11:54 ]&lt;/font&gt;<br><br>&lt;font size=-1&gt;[ This Message was edited by: [Nero] on 2002-06-06 16:09 ]&lt;/font&gt;<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=1317">[Nero]</a> — Thu Jun 06, 2002 1:53 pm</p><hr />
]]></content>
	</entry>
	</feed>
