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

	<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>2002-01-19T14:46:00-04:00</updated>

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

		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2002-01-19T14:46:00-04:00</updated>

		<published>2002-01-19T14:46:00-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=3856#p3856</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=3856#p3856"/>
		<title type="html"><![CDATA[Bind problem]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=3856#p3856"><![CDATA[
<br> hehehe, yeah =), silly me, of course it was wrong, well, i guess ive been starrying at it so long that i just didnt see the obvious, thanx for making me notice.<br><br>/O<p>Statistics: Posted by Guest — Sat Jan 19, 2002 2:46 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[stdragon]]></name></author>
		<updated>2002-01-18T20:58:00-04:00</updated>

		<published>2002-01-18T20:58:00-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=3841#p3841</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=3841#p3841"/>
		<title type="html"><![CDATA[Bind problem]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=3841#p3841"><![CDATA[
Well, if you look in tcl-commands.doc you will see that your procedure isn't accepting the right arguments.<br><br>procname &lt;nick&gt; &lt;user@host&gt; &lt;handle&gt; &lt;channel&gt; &lt;newnick&gt;<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=8">stdragon</a> — Fri Jan 18, 2002 8:58 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2002-01-18T18:57:00-04:00</updated>

		<published>2002-01-18T18:57:00-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=3840#p3840</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=3840#p3840"/>
		<title type="html"><![CDATA[Bind problem]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=3840#p3840"><![CDATA[
yeah i know, binds dont usually cause any problems, nor does the other binds in my script, i tried a simple script just to check how the NICK binding worked, here's the script<br><br>bind nick - * action_proc<br><br>proc action_proc { nick uhost chan newnick } {<br>putlog "someone changed nicks"<br>}<br><br><br>but even this simple script wont trigger on a nick change, i might be missing the whole point of the NICK bind though <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_wink.gif" width="15" height="15" alt=":wink:" title="Wink">, i thought that this particular bind should trigger when someone changes nicks and then give you a way of determining "before &amp; after" nicks. ie the nick the user had and the new nick, but perhaps im just wrong <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_wink.gif" width="15" height="15" alt=":wink:" title="Wink"><br><br>thanx<br><br>/o<br><br><br><br><p>Statistics: Posted by Guest — Fri Jan 18, 2002 6:57 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[stdragon]]></name></author>
		<updated>2002-01-18T17:10:00-04:00</updated>

		<published>2002-01-18T17:10:00-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=3838#p3838</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=3838#p3838"/>
		<title type="html"><![CDATA[Bind problem]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=3838#p3838"><![CDATA[
It's hard to say what's wrong with your code until you post it.<br><br>There aren't really any general tips I can give you, because in general the bind works.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=8">stdragon</a> — Fri Jan 18, 2002 5:10 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2002-01-18T16:56:00-04:00</updated>

		<published>2002-01-18T16:56:00-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=3837#p3837</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=3837#p3837"/>
		<title type="html"><![CDATA[Bind problem]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=3837#p3837"><![CDATA[
<br> Hey all.<br><br> I've got a question for ya that i hope someone can answer. i have a script where i bind several actions in a specific chan, fx joins, quits, kicks and so on, its pretty straight forward until i wanted to incorporate the NICK bind, i just cant get that to work, what i want to do is simply log to a file when someone changes his/hers nick. The logging part is working for all the other binds, the thing thats bugging me is just the NICK part, it never triggers, .and yes i have read tcl-commands.doc <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_wink.gif" width="15" height="15" alt=":wink:" title="Wink">. So if you got any input on this then please post.<br><br>regards.<br><br>/o<br><p>Statistics: Posted by Guest — Fri Jan 18, 2002 4:56 pm</p><hr />
]]></content>
	</entry>
	</feed>
