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

	<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>2006-12-17T18:07:52-04:00</updated>

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

		<entry>
		<author><name><![CDATA[Sir_Fz]]></name></author>
		<updated>2006-12-17T18:07:52-04:00</updated>

		<published>2006-12-17T18:07:52-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=69015#p69015</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=69015#p69015"/>
		<title type="html"><![CDATA[help with an automated join script]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=69015#p69015"><![CDATA[
<blockquote class="uncited"><div>MSG<br>         bind msg &lt;flags&gt; &lt;command&gt; &lt;proc&gt;<br>         procname &lt;nick&gt; &lt;user@host&gt; &lt;handle&gt; &lt;text&gt;<br><br>         Description: used for /msg commands. The first word of the user's<br>           msg is the command, and everything else becomes the text argument.<br>         Module: server</div></blockquote>do you see a 'channel' argument passed to the proc?<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3085">Sir_Fz</a> — Sun Dec 17, 2006 6:07 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Bondie]]></name></author>
		<updated>2006-12-17T15:37:16-04:00</updated>

		<published>2006-12-17T15:37:16-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=69012#p69012</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=69012#p69012"/>
		<title type="html"><![CDATA[help with an automated join script]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=69012#p69012"><![CDATA[
<blockquote class="uncited"><div>You are using the wrong arguments for MSG. Read the tcl-commands.doc.</div></blockquote>edit: i have tried that.... but still not working. Really need support. Please<br><div class="codebox"><p>Code: </p><pre><code>bind msg - join msg:joinproc msg:join { nickname hostname handle channel arguments } { channel add $arguments }</code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=8503">Bondie</a> — Sun Dec 17, 2006 3:37 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[metroid]]></name></author>
		<updated>2006-12-17T15:17:34-04:00</updated>

		<published>2006-12-17T15:17:34-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=69010#p69010</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=69010#p69010"/>
		<title type="html"><![CDATA[help with an automated join script]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=69010#p69010"><![CDATA[
You are using the wrong arguments for MSG. Read the tcl-commands.doc.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=5078">metroid</a> — Sun Dec 17, 2006 3:17 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Bondie]]></name></author>
		<updated>2006-12-17T14:06:37-04:00</updated>

		<published>2006-12-17T14:06:37-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=69008#p69008</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=69008#p69008"/>
		<title type="html"><![CDATA[help with an automated join script]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=69008#p69008"><![CDATA[
Hello. <br>I have a a request script that tells the bot (wich can be requested) to join a channel.<br>The request Script works with a msg (its written in msl) like.... a user requests a bot &lt; !request #channel &gt; my msl Bot goes to check the chan and if all requirements meet the bot joins the channel after i got a msg from the requestbot ( /msg botname join/part #channel). well my problem is that it does not work in TCL language coz i am not that good in TCL scripting and i need some help.<br><br>Here is the msl script that the bot (who can be requested) is using<br><div class="codebox"><p>Code: </p><pre><code>on *:TEXT:join *:?:{   if ($nick == requester) {     join $2    } }on *:TEXT:part *:?:{   if ($nick == requester) {     part $2    } }</code></pre></div>and that is the TCL code, wich is not working<br><div class="codebox"><p>Code: </p><pre><code>bind MSG - "join" joinbind MSG - "part" partproc join { nickname hostname handle channel arguments } { if {($nickname == "requester")} {    channel add $arguments    } } proc part { nickname hostname handle channel arguments } { if {($nickname == "requester")} {    channel remove $arguments    } }</code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=8503">Bondie</a> — Sun Dec 17, 2006 2:06 pm</p><hr />
]]></content>
	</entry>
	</feed>
