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

	<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>2012-03-06T05:02:58-04:00</updated>

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

		<entry>
		<author><name><![CDATA[username]]></name></author>
		<updated>2012-03-06T05:02:58-04:00</updated>

		<published>2012-03-06T05:02:58-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=98954#p98954</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=98954#p98954"/>
		<title type="html"><![CDATA[how to use shortnick instead of trigger]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=98954#p98954"><![CDATA[
And read this: <a href="http://tclhelp.net/unb/114" class="postlink">http://tclhelp.net/unb/114</a><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=6813">username</a> — Tue Mar 06, 2012 5:02 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[username]]></name></author>
		<updated>2012-03-06T01:39:17-04:00</updated>

		<published>2012-03-06T01:39:17-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=98951#p98951</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=98951#p98951"/>
		<title type="html"><![CDATA[how to use shortnick instead of trigger]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=98951#p98951"><![CDATA[
You can do something like this:<div class="codebox"><p>Code: </p><pre><code>bind pubm - "*" botprocproc botproc {nick uhost hand chan text} {    global botnick    if {[lindex [split $text] 0] == $botnick} {        # Your code here...    }}</code></pre></div>Or add botnick to bind itself:<div class="codebox"><p>Code: </p><pre><code>bind pubm - "% $::botnick*" botproc</code></pre></div>And read this: <a href="http://tclhelp.net/unb/114" class="postlink">http://tclhelp.net/unb/114</a><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=6813">username</a> — Tue Mar 06, 2012 1:39 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[skywalker]]></name></author>
		<updated>2012-03-05T16:58:19-04:00</updated>

		<published>2012-03-05T16:58:19-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=98946#p98946</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=98946#p98946"/>
		<title type="html"><![CDATA[how to use shortnick instead of trigger]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=98946#p98946"><![CDATA[
how can i make it to be able to use a short nick instead of the trigger?<br>Lets say the bot is named botname and the trigger is !<br> then i would like to be able to use "bot command" also instead of only !command this for room with multiple bots on it.<br>If this is not possible then the shortnick instead of the trigger will be ok also<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=11876">skywalker</a> — Mon Mar 05, 2012 4:58 pm</p><hr />
]]></content>
	</entry>
	</feed>
