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

	<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-03T22:02:00-04:00</updated>

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

		<entry>
		<author><name><![CDATA[guppy]]></name></author>
		<updated>2002-01-03T22:02:00-04:00</updated>

		<published>2002-01-03T22:02:00-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=3422#p3422</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=3422#p3422"/>
		<title type="html"><![CDATA["Bind" problem...]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=3422#p3422"><![CDATA[
or read tcl-commands.doc and look for the evnt bind .. <br><br>bind evnt - init-server &lt;proc&gt;<br><br>bind raw seems to be a bit screwy right now so I dont recommend using it on numerics that the bot might use .. I'll fix this in 1.6.9<br><br>Jeff<br><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=10">guppy</a> — Thu Jan 03, 2002 10:02 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2002-01-03T16:21:00-04:00</updated>

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

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=3412#p3412"><![CDATA[
Thx dude<br><br>So I think this :<br><br>--<br>bind raw - 001 my_proc<br><br>proc my_proc {...}{<br>...<br>}<br>--<br><br>would be ok...<br>Just wondering, it'll be triggered only when he's connected, not when he's connecting, right ?<br><br>Bye<p>Statistics: Posted by Guest — Thu Jan 03, 2002 4:21 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Petersen]]></name></author>
		<updated>2002-01-03T16:14:00-04:00</updated>

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

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=3411#p3411"><![CDATA[
from doc/tcl-commands.doc<br><blockquote class="uncited"><div>  (17) RAW   (stackable)<br>       bind raw &lt;flags&gt; &lt;keyword-mask&gt; &lt;proc&gt;<br>       procname &lt;from&gt; &lt;keyword&gt; &lt;arg...&gt;<br><br>       previous versions of eggdrop required a special compile option to<br>       enable this binding, but it's now standard; the mask is checked<br>       against the keyword (either a numeric like "368" or a keyword like<br>       "PRIVMSG"); from will be the server name or the source user (depending<br>       on the keyword); flags are ignored; the order of the arguments is<br>       identical to the order that the IRC server sends to the bot -- the<br>       pre-processing only splits it apart enough to determine the keyword;<br>       if the proc returns 1, eggdrop will not process the line any further<br>       (THIS COULD CAUSE YOUR BOT TO BEHAVE ODDLY IN SOME CASES)</div></blockquote><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=60">Petersen</a> — Thu Jan 03, 2002 4:14 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2002-01-03T16:06:00-04:00</updated>

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

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=3410#p3410"><![CDATA[
How have to write that code with raw 001 ?<br><br>bind &lt;???&gt; - * my_proc<br><br>proc my_proc {nick host handle} {<br>  ...<br>}<br><br>Thanx for you help<p>Statistics: Posted by Guest — Thu Jan 03, 2002 4:06 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Petersen]]></name></author>
		<updated>2002-01-03T15:48:00-04:00</updated>

		<published>2002-01-03T15:48:00-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=3409#p3409</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=3409#p3409"/>
		<title type="html"><![CDATA["Bind" problem...]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=3409#p3409"><![CDATA[
raw 001<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=60">Petersen</a> — Thu Jan 03, 2002 3:48 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2002-01-03T15:03:00-04:00</updated>

		<published>2002-01-03T15:03:00-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=3408#p3408</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=3408#p3408"/>
		<title type="html"><![CDATA["Bind" problem...]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=3408#p3408"><![CDATA[
Woups<br><br>I'm talking about the bot... you guessed <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 Guest — Thu Jan 03, 2002 3:03 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2002-01-03T15:02:00-04:00</updated>

		<published>2002-01-03T15:02:00-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=3407#p3407</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=3407#p3407"/>
		<title type="html"><![CDATA["Bind" problem...]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=3407#p3407"><![CDATA[
Hello people<br><br>What type of "bind" is it when the detects himself being connected to the server...?<br><br>I explain, I want him doing stuff when he's just connected to the server.<br><br>Thankx for help<p>Statistics: Posted by Guest — Thu Jan 03, 2002 3:02 pm</p><hr />
]]></content>
	</entry>
	</feed>
