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

	<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>2004-09-11T03:44:07-04:00</updated>

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

		<entry>
		<author><name><![CDATA[awyeah]]></name></author>
		<updated>2004-09-11T03:44:07-04:00</updated>

		<published>2004-09-11T03:44:07-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=40829#p40829</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=40829#p40829"/>
		<title type="html"><![CDATA[How to bind nick outside a channel? (bot's nick change)]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=40829#p40829"><![CDATA[
kthx user  <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_mrgreen.gif" width="15" height="15" alt=":mrgreen:" title="Mr. Green"><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=4875">awyeah</a> — Sat Sep 11, 2004 3:44 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[user]]></name></author>
		<updated>2004-09-10T16:15:02-04:00</updated>

		<published>2004-09-10T16:15:02-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=40815#p40815</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=40815#p40815"/>
		<title type="html"><![CDATA[Re: How to bind nick outside a channel? (bot's nick change)]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=40815#p40815"><![CDATA[
<div class="codebox"><p>Code: </p><pre><code>bind raw - NICK rawNickproc rawNick {f k a} {if {$f==$::botname} {# new botnick is [string range $a 1 end]}}</code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2878">user</a> — Fri Sep 10, 2004 4:15 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[awyeah]]></name></author>
		<updated>2004-09-10T15:17:01-04:00</updated>

		<published>2004-09-10T15:17:01-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=40813#p40813</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=40813#p40813"/>
		<title type="html"><![CDATA[Re: How to bind nick outside a channel? (bot's nick change)]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=40813#p40813"><![CDATA[
I've checked tcl-commands.doc and it contains no such information regarding this. As mentioned bind nick triggers on a channel scripts and won't work outside a channel if the bot changes its own nick.<br><br>Further more, can there be a bind raw? is it possible? bind raw to a specific ircd raw number/key/event?  <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_rolleyes.gif" width="15" height="15" alt=":roll:" title="Rolling Eyes"><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=4875">awyeah</a> — Fri Sep 10, 2004 3:17 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[awyeah]]></name></author>
		<updated>2004-09-10T15:18:07-04:00</updated>

		<published>2004-09-10T15:11:19-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=40812#p40812</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=40812#p40812"/>
		<title type="html"><![CDATA[How to bind nick outside a channel? (bot's nick change)]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=40812#p40812"><![CDATA[
How can I trigger a bind nick change outside a channel. A nick change not in any channel but when the bot changes its nick, the variable $botnick.<br><br>Is there anyway to trace when the bot changes its nick, when its not on any channel?<br><br>I know an alternative method; to make a continuous utimer loop to check if $botnick matches my defined nick or not, but the utimer will put alot of stress on the bot as it will be running 24/7 with very small intervals of time as I need the bind nick to react at instantly.<br><br>Any suggestions?  <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_wink.gif" width="15" height="15" alt=":wink:" title="Wink"><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=4875">awyeah</a> — Fri Sep 10, 2004 3:11 pm</p><hr />
]]></content>
	</entry>
	</feed>
