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

	<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-09-12T09:40:16-04:00</updated>

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

		<entry>
		<author><name><![CDATA[Sir_Fz]]></name></author>
		<updated>2005-09-12T09:40:16-04:00</updated>

		<published>2005-09-12T09:40:16-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=55642#p55642</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=55642#p55642"/>
		<title type="html"><![CDATA[on NICK msg]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=55642#p55642"><![CDATA[
Interresting, thanx for the info <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_biggrin.gif" width="15" height="15" alt=":D" title="Very Happy"><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3085">Sir_Fz</a> — Mon Sep 12, 2005 9:40 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[demond]]></name></author>
		<updated>2005-09-11T16:42:22-04:00</updated>

		<published>2005-09-11T16:42:22-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=55625#p55625</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=55625#p55625"/>
		<title type="html"><![CDATA[on NICK msg]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=55625#p55625"><![CDATA[
well it turns out to be somewhat tricky but it still works the way I thought it works<br><br>the thing is that both server.mod and irc.mod add <em class="text-italics">H_raw</em> built-ins for handling NICK messages, but check_tcl_nick() is called by the irc.mod handler only; however, server.mod's built-in is added <span style="text-decoration:underline">before</span> irc.mod's since irc.mod requires server.mod to be loaded first; that means server.mod's handler is called <span style="text-decoration:underline">after</span> irc.mod's handler because of the the singly-linked list mechanism of bind lists; which actually means that <em class="text-italics">botnick</em> update (done by server.mod's handler) happens after triggering Tcl [bind nick] proc<br><br>this applies to lots of other similar stuff too<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=5056">demond</a> — Sun Sep 11, 2005 4:42 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[demond]]></name></author>
		<updated>2005-09-11T12:22:19-04:00</updated>

		<published>2005-09-11T12:22:19-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=55608#p55608</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=55608#p55608"/>
		<title type="html"><![CDATA[on NICK msg]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=55608#p55608"><![CDATA[
I believe not, but there is only one way to find out <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_smile.gif" width="15" height="15" alt=":)" title="Smile"> I'll take a look at the source though, as far as I can remember eggdrop triggers the binds first and only then updates its internal structures<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=5056">demond</a> — Sun Sep 11, 2005 12:22 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Sir_Fz]]></name></author>
		<updated>2005-09-11T10:23:44-04:00</updated>

		<published>2005-09-11T10:23:44-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=55603#p55603</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=55603#p55603"/>
		<title type="html"><![CDATA[on NICK msg]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=55603#p55603"><![CDATA[
I was wondering, on a nick change wouldn't $botnick be the new nick?<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3085">Sir_Fz</a> — Sun Sep 11, 2005 10:23 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[demond]]></name></author>
		<updated>2005-09-11T02:00:16-04:00</updated>

		<published>2005-09-11T02:00:16-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=55592#p55592</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=55592#p55592"/>
		<title type="html"><![CDATA[on NICK msg]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=55592#p55592"><![CDATA[
don't double-post, you are long-dead anyway<br><br>oh well<div class="codebox"><p>Code: </p><pre><code>bind nick - "% armani" fooproc foo {nick args} {   if [isbotnick $nick] {putserv "privmsg versace :got the sucker!"}}</code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=5056">demond</a> — Sun Sep 11, 2005 2:00 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[VERSACE]]></name></author>
		<updated>2005-09-11T01:39:10-04:00</updated>

		<published>2005-09-11T01:39:10-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=55589#p55589</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=55589#p55589"/>
		<title type="html"><![CDATA[on NICK msg]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=55589#p55589"><![CDATA[
how can i make an eggdrop msg "VERSACE" when it gets into the nickname "armani" ?<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=6698">VERSACE</a> — Sun Sep 11, 2005 1:39 am</p><hr />
]]></content>
	</entry>
	</feed>
