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

	<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>2003-09-18T10:30:07-04:00</updated>

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

		<entry>
		<author><name><![CDATA[Sir_Fz]]></name></author>
		<updated>2003-09-18T10:30:07-04:00</updated>

		<published>2003-09-18T10:30:07-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=27251#p27251</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=27251#p27251"/>
		<title type="html"><![CDATA[!get]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=27251#p27251"><![CDATA[
also <div class="codebox"><p>Code: </p><pre><code>putserv "PRIVMSG $bot :join $chan1"</code></pre></div>should be <div class="codebox"><p>Code: </p><pre><code>putserv "PRIVMSG $bot :join $chanl"</code></pre></div>because you have <blockquote class="uncited"><div>set chanl [lindex [split $arg] 0]</div></blockquote> not <strong class="text-strong">set chan1</strong>...<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3085">Sir_Fz</a> — Thu Sep 18, 2003 10:30 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[caesar]]></name></author>
		<updated>2003-09-18T00:35:54-04:00</updated>

		<published>2003-09-18T00:35:54-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=27237#p27237</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=27237#p27237"/>
		<title type="html"><![CDATA[!get]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=27237#p27237"><![CDATA[
Replace:<div class="codebox"><p>Code: </p><pre><code>set chanl [split $arg 0] set bot [split $arg 1] </code></pre></div>with:<div class="codebox"><p>Code: </p><pre><code>set chanl [lindex [split $arg] 0] set bot [lindex [split $arg] 1]</code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=187">caesar</a> — Thu Sep 18, 2003 12:35 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2003-09-17T22:44:02-04:00</updated>

		<published>2003-09-17T22:44:02-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=27233#p27233</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=27233#p27233"/>
		<title type="html"><![CDATA[!get]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=27233#p27233"><![CDATA[
I need help. I wrote this code<blockquote class="uncited"><div>bind pub - !get getbot<br>proc getbot {nick host hand chan arg} {<br>global botone<br>set chanl [split $arg 0]<br>set bot [split $arg 1]<br>if {$bot == $botone} {<br>putserv "PRIVMSG $bot :join $chan1"<br>} else {<br>puthelp "NOTICE $nick :\0034Invalid bot"<br>}<br>}</div></blockquote>Can anyone help?<p>Statistics: Posted by Guest — Wed Sep 17, 2003 10:44 pm</p><hr />
]]></content>
	</entry>
	</feed>
