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

	<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-28T11:38:08-04:00</updated>

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

		<entry>
		<author><name><![CDATA[ppslim]]></name></author>
		<updated>2003-05-28T11:38:08-04:00</updated>

		<published>2003-05-28T11:38:08-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=20874#p20874</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=20874#p20874"/>
		<title type="html"><![CDATA[Binding probs again :(]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=20874#p20874"><![CDATA[
As noted in the previous thread, the mask in the RAW bind is not a mask, it is a keyword.<br><br>These keywords are IRC commands, like NOTICE, PRIVMSG. Single word or number entities.<br><br>EG, in your case<br><div class="codebox"><p>Code: </p><pre><code>bind raw - "NOTICE" command_name</code></pre></div>As for flags, these do not work in raw binds, as this trigger is called before eggdrop does any processing on the text itself.<br><br>You extract the details needed, and eggdrop provides commands, in which you cqan test for flags, within your code.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2">ppslim</a> — Wed May 28, 2003 11:38 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2003-05-28T10:09:54-04:00</updated>

		<published>2003-05-28T10:09:54-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=20871#p20871</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=20871#p20871"/>
		<title type="html"><![CDATA[Binding probs again :(]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=20871#p20871"><![CDATA[
Here's the deal:<br>1) I can't seem to bind pub with flags.. When I don't use flags it works tho.<br>2) I still can't seem to figure out the server notices thingy.. This is my code:<br><div class="codebox"><p>Code: </p><pre><code>proc sb_conn { from keyword text } { putquick "privmsg #testin :I'm a triggered bind!";}bind raw *|* - "*Client connecting:*" sb_conn</code></pre></div>This is the notice the bot gets:<br>&lt;Keeper&gt; [17:10] -NOTICE- *** Notice -- Client connecting: test (~<a href="mailto:hh@vdp103.ath05.cas.hol.gr">hh@vdp103.ath05.cas.hol.gr</a>) [195.97.120.104] {1} <em class="text-italics">(Party line text)</em><p>Statistics: Posted by Guest — Wed May 28, 2003 10:09 am</p><hr />
]]></content>
	</entry>
	</feed>
