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

	<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>2003-05-28T09:22:23-04:00</updated>

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

		<entry>
		<author><name><![CDATA[Papillon]]></name></author>
		<updated>2003-05-28T09:22:23-04:00</updated>

		<published>2003-05-28T09:22:23-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=20865#p20865</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=20865#p20865"/>
		<title type="html"><![CDATA[Bind on snotices?]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=20865#p20865"><![CDATA[
o_O ... /me really should start to read the whole lines  <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_redface.gif" width="15" height="15" alt=":oops:" title="Embarassed"><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=852">Papillon</a> — Wed May 28, 2003 9:22 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[ppslim]]></name></author>
		<updated>2003-05-28T08:49:59-04:00</updated>

		<published>2003-05-28T08:49:59-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=20860#p20860</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=20860#p20860"/>
		<title type="html"><![CDATA[Bind on snotices?]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=20860#p20860"><![CDATA[
The mask for RAW is a single command.<br><br>This could be NOTICE, PRIVMSG, PING or any other of the countless RAW commands.<br><br>You have to parse the incoming message inside the procedure, and work out if it is the message you want, not in the BIND.<br><br>Note, make sure you allways force a "return 0" with the RAW bind, as it can catch you off guard and make your bot unusable.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2">ppslim</a> — Wed May 28, 2003 8:49 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Papillon]]></name></author>
		<updated>2003-05-28T07:42:22-04:00</updated>

		<published>2003-05-28T07:42:22-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=20853#p20853</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=20853#p20853"/>
		<title type="html"><![CDATA[Bind on snotices?]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=20853#p20853"><![CDATA[
yes the bind is correct, masks are really easy..<br>* = anything (even blank space)<br>? = single character<br>[<em class="text-italics">char</em>] = any charcter in the given range<br>\<em class="text-italics">c</em> = "escapes" a single charcter (usefull if macthing against close-brackets<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=852">Papillon</a> — Wed May 28, 2003 7:42 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2003-05-28T07:28:52-04:00</updated>

		<published>2003-05-28T07:28:52-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=20851#p20851</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=20851#p20851"/>
		<title type="html"><![CDATA[Err.. Tried, but.. :/]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=20851#p20851"><![CDATA[
So, say I'd want to bind on all snotices which contain the phrase "the virtual hostname", I'd use bind raw *|* - "*the virtual hostname*" my_proc ? (I haven't used masks before <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_surprised.gif" width="15" height="15" alt=":o" title="Surprised">)<p>Statistics: Posted by Guest — Wed May 28, 2003 7:28 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[ppslim]]></name></author>
		<updated>2003-05-28T05:08:57-04:00</updated>

		<published>2003-05-28T05:08:57-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=20842#p20842</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=20842#p20842"/>
		<title type="html"><![CDATA[Bind on snotices?]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=20842#p20842"><![CDATA[
Use the RAW bind to capture any message that isn't covered by the current set of binds.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2">ppslim</a> — Wed May 28, 2003 5:08 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2003-05-28T05:07:05-04:00</updated>

		<published>2003-05-28T05:07:05-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=20841#p20841</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=20841#p20841"/>
		<title type="html"><![CDATA[Bind on snotices?]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=20841#p20841"><![CDATA[
Is there any way to possibly bind on a server notice?<p>Statistics: Posted by Guest — Wed May 28, 2003 5:07 am</p><hr />
]]></content>
	</entry>
	</feed>
