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

	<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-08-28T12:20:06-04:00</updated>

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

		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2002-08-28T12:20:06-04:00</updated>

		<published>2002-08-28T12:20:06-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=10134#p10134</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=10134#p10134"/>
		<title type="html"><![CDATA[And I quote...]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=10134#p10134"><![CDATA[
<blockquote class="uncited"><div><div class="codebox"><p>Code: </p><pre><code>   (7)  NOTC (stackable)         bind notc &lt;flags&gt; &lt;mask&gt; &lt;proc&gt;         procname &lt;nick&gt; &lt;user@host&gt; &lt;handle&gt; &lt;text&gt; &lt;dest&gt;         Description: dest will be a nickname (the bot's nickname,           obviously) or a channel name. mask is matched against the entire           notice and can contain wildcards. It is considered a breach of           protocol to respond to a /notice on IRC, so this is intended for           internal use (logging, etc.) only. Note that server notices do not           trigger the NOTC bind.           New Tcl procs should be declared as             proc notcproc {nick uhost hand text {dest ""}} {               global botnick; if {$dest == ""} {set dest $botnick}               ...             }           for compatibility.         Module: server</code></pre></div></div></blockquote><p>Statistics: Posted by Guest — Wed Aug 28, 2002 12:20 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[gk^]]></name></author>
		<updated>2002-08-28T11:53:43-04:00</updated>

		<published>2002-08-28T11:53:43-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=10129#p10129</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=10129#p10129"/>
		<title type="html"><![CDATA[bind]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=10129#p10129"><![CDATA[
How do I bind channel notices?<br><br>My channel is terrorised with lamers that floods the channel with notices.. So I want to bind notices that are sent to the channel..<br><br>like<br><div class="codebox"><p>Code: </p><pre><code>bind notice * "please*join*" antispam</code></pre></div>How do I do that?<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=1656">gk^</a> — Wed Aug 28, 2002 11:53 am</p><hr />
]]></content>
	</entry>
	</feed>
