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

	<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-06-28T12:13:31-04:00</updated>

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

		<entry>
		<author><name><![CDATA[guppy]]></name></author>
		<updated>2003-06-28T12:13:31-04:00</updated>

		<published>2003-06-28T12:13:31-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=22688#p22688</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=22688#p22688"/>
		<title type="html"><![CDATA[Using the $botnick as a trigger]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=22688#p22688"><![CDATA[
I wouldn't put $botnick into a bind -- since if your botnick changes, the bind will not. I'd use a pubm instead and check the first argument for being your bot's current nick.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=10">guppy</a> — Sat Jun 28, 2003 12:13 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[ppslim]]></name></author>
		<updated>2003-06-28T11:05:40-04:00</updated>

		<published>2003-06-28T11:05:40-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=22680#p22680</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=22680#p22680"/>
		<title type="html"><![CDATA[Using the $botnick as a trigger]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=22680#p22680"><![CDATA[
use<div class="codebox"><p>Code: </p><pre><code>bind pubm "% ${botnick} command *" proc:name</code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2">ppslim</a> — Sat Jun 28, 2003 11:05 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Aron]]></name></author>
		<updated>2003-06-28T10:37:00-04:00</updated>

		<published>2003-06-28T10:37:00-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=22679#p22679</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=22679#p22679"/>
		<title type="html"><![CDATA[Using the $botnick as a trigger]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=22679#p22679"><![CDATA[
So no way of doing this without switch?<br><br>Thanks for the help <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_smile.gif" width="15" height="15" alt=":)" title="Smile"><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2858">Aron</a> — Sat Jun 28, 2003 10:37 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[caesar]]></name></author>
		<updated>2003-06-28T00:38:31-04:00</updated>

		<published>2003-06-28T00:38:31-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=22667#p22667</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=22667#p22667"/>
		<title type="html"><![CDATA[Using the $botnick as a trigger]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=22667#p22667"><![CDATA[
<div class="codebox"><p>Code: </p><pre><code>bind pub o ${botnick} theprocessproc theprocess {nick host handle channel text} {  switch -- [strlwr [lindex $text 0]] {    "op" {      # do op    }    "deop" {      # deop thing    }  }}</code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=187">caesar</a> — Sat Jun 28, 2003 12:38 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Aron]]></name></author>
		<updated>2003-06-27T15:42:23-04:00</updated>

		<published>2003-06-27T15:42:23-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=22653#p22653</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=22653#p22653"/>
		<title type="html"><![CDATA[Using the $botnick as a trigger]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=22653#p22653"><![CDATA[
Is there a way to set the public command trigger to $botnick (and a space), without the use of a switch command?<br><br>I mean, something like:<br><br>bind pub o {$botnick }thecommand theprocess<br><br>Tia<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2858">Aron</a> — Fri Jun 27, 2003 3:42 pm</p><hr />
]]></content>
	</entry>
	</feed>
