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

	<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-05-16T05:58:55-04:00</updated>

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

		<entry>
		<author><name><![CDATA[Sir_Fz]]></name></author>
		<updated>2005-05-16T05:58:55-04:00</updated>

		<published>2005-05-16T05:58:55-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=49528#p49528</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=49528#p49528"/>
		<title type="html"><![CDATA[Bot msg]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=49528#p49528"><![CDATA[
It would look something like this with the check:<div class="codebox"><p>Code: </p><pre><code>bind msg - join msg:joinproc join:chan {nick uhost hand arg} { set chan [lindex [split $arg] 0] if ![string first # $chan] {# $chan is valid since it's first character is '#'. }}</code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3085">Sir_Fz</a> — Mon May 16, 2005 5:58 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Dizzle]]></name></author>
		<updated>2005-05-16T03:43:46-04:00</updated>

		<published>2005-05-16T03:43:46-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=49516#p49516</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=49516#p49516"/>
		<title type="html"><![CDATA[Bot msg]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=49516#p49516"><![CDATA[
thx i going too try it<br><br>the trigger is a msg like /msg bot join #channel<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=6156">Dizzle</a> — Mon May 16, 2005 3:43 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Sir_Fz]]></name></author>
		<updated>2005-05-15T14:12:51-04:00</updated>

		<published>2005-05-15T14:12:51-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=49498#p49498</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=49498#p49498"/>
		<title type="html"><![CDATA[Bot msg]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=49498#p49498"><![CDATA[
Suppose you want the request trigger to be !join, and the first word after the trigger is the #channel. So this is how you grab it:<div class="codebox"><p>Code: </p><pre><code>bind msg - !join msg:joinproc msg:join {nick uhost hand arg} { set chan [lindex [split $arg] 0]# $chan is the first word after !join, so you should check if it's a valid# channel name.</code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3085">Sir_Fz</a> — Sun May 15, 2005 2:12 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[awyeah]]></name></author>
		<updated>2005-05-15T13:10:30-04:00</updated>

		<published>2005-05-15T13:10:30-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=49493#p49493</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=49493#p49493"/>
		<title type="html"><![CDATA[Bot msg]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=49493#p49493"><![CDATA[
Do you mean to say how to add a trigger? or add more than one triggers?<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=4875">awyeah</a> — Sun May 15, 2005 1:10 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Dizzle]]></name></author>
		<updated>2005-05-15T11:31:18-04:00</updated>

		<published>2005-05-15T11:31:18-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=49489#p49489</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=49489#p49489"/>
		<title type="html"><![CDATA[Bot msg]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=49489#p49489"><![CDATA[
Im having a trouble with a request system, when ppl request and its approved then the bot will say too one of its other bots too join a channel<br><br>like this /msg bot JOIN #channel <br><br>but how i make the bot react on the channel name, because when things go right the channel name will be different each time <br><br>i know i should use the bind <br><br>bind msg - "" msg:join <br><br>butt i cant figger it out how too filter the channel name out of ihe private msg <br><br>can you guys give me a hand plz<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=6156">Dizzle</a> — Sun May 15, 2005 11:31 am</p><hr />
]]></content>
	</entry>
	</feed>
