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

	<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>2008-12-25T20:00:34-04:00</updated>

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

		<entry>
		<author><name><![CDATA[Sir_Fz]]></name></author>
		<updated>2008-12-25T20:00:34-04:00</updated>

		<published>2008-12-25T20:00:34-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=86516#p86516</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=86516#p86516"/>
		<title type="html"><![CDATA[Nick Binds triggering multiple times?]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=86516#p86516"><![CDATA[
<div class="codebox"><p>Code: </p><pre><code>bind nick - * nick:changeproc nick:change {nick uhost hand chan newnick} { global nickchange if {[info exists nickchange([string tolower $nick])]} {  return 0 } # do whatever you want set nickchange([string tolower $nick]) 1 utimer 5 [list unset nickchange([string tolower $nick])]}</code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3085">Sir_Fz</a> — Thu Dec 25, 2008 8:00 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[StarLion]]></name></author>
		<updated>2008-12-25T19:09:22-04:00</updated>

		<published>2008-12-25T19:09:22-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=86515#p86515</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=86515#p86515"/>
		<title type="html"><![CDATA[Nick Binds triggering multiple times?]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=86515#p86515"><![CDATA[
I have a command bound to nick (IE: Nickname changes) on all channels.<br><br>Whenever someone changes nicknames, this script triggers - once for every single channel the person and bot share.<br><br>Is there a way to limit this to a single execution per nick change?<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=7134">StarLion</a> — Thu Dec 25, 2008 7:09 pm</p><hr />
]]></content>
	</entry>
	</feed>
