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

	<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-11-05T12:17:27-04:00</updated>

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

		<entry>
		<author><name><![CDATA[egghead]]></name></author>
		<updated>2003-11-05T12:17:27-04:00</updated>

		<published>2003-11-05T12:17:27-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=29551#p29551</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=29551#p29551"/>
		<title type="html"><![CDATA[I wonder the mistake is here :)]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=29551#p29551"><![CDATA[
thats odd indeed...<br><br>activating the "bind RAW - NoTiCe raw:notice" by removing the "###" will demonstate what you have found.<br><div class="codebox"><p>Code: </p><pre><code>bind ctcr - VERSION client:version proc client:version { nick uhost hand dest key text } {    putlog "got VERSION reply from $nick" } ### bind RAW - NoTiCe raw:noticeproc raw:notice { from key text } {   putlog "NoTiCe: $from - $key - $text"   return 0}bind RAW - NOTICE raw:notice2proc raw:notice2 { from key text } {   putlog "NOTICE: $from - $key - $text"   return 0}bind DCC - versionme dcc:versionmeproc dcc:versionme { hand idx text } {   global botnick   puthelp "NOTICE $botnick :\001VERSION mad eggdrop\001"}</code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=282">egghead</a> — Wed Nov 05, 2003 12:17 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[CrazyCat]]></name></author>
		<updated>2003-11-05T05:10:47-04:00</updated>

		<published>2003-11-05T05:10:47-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=29536#p29536</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=29536#p29536"/>
		<title type="html"><![CDATA[ok, laugh at me]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=29536#p29536"><![CDATA[
I correct my bind <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_smile.gif" width="15" height="15" alt=":)" title="Smile">))<br>using <strong class="text-strong">bind raw - Notice proc:name</strong> blocks all the bind NOTC or CTCR...<br>So I try a lot of things... and finally find:<br><strong class="text-strong">bind raw - NOTICE proc:name</strong> is ok: capitals must be use!!!<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=691">CrazyCat</a> — Wed Nov 05, 2003 5:10 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[CrazyCat]]></name></author>
		<updated>2003-11-04T11:22:16-04:00</updated>

		<published>2003-11-04T11:22:16-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=29474#p29474</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=29474#p29474"/>
		<title type="html"><![CDATA[I wonder the mistake is here :)]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=29474#p29474"><![CDATA[
Ok, I'm back with my ctcr trouble, but with a beginning of response:<br><br>the trouble come from: <strong class="text-strong">bind raw - Notice client:connect</strong><br><br>this bind blocks all NOTC and CTCR binds (I didn't test others)<br><br>can someone help me debbuging this?<br>the procedure is:<div class="codebox"><p>Code: </p><pre><code>proc client:connect {from word text} {global botnickif {[string first "connecting" $text] &gt; 0} {set b_nick [string first ":***" $text]set b_nick [string first ": " $text $b_nick]incr b_nick 2set e_nick [string first " (" $text $b_nick]incr e_nick -1set victim [string range $text $b_nick $e_nick]if { $botnick == $victim } {return 0} else {putserv "PRIVMSG $victim :\001VERSION\001"}} else {return 0}}</code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=691">CrazyCat</a> — Tue Nov 04, 2003 11:22 am</p><hr />
]]></content>
	</entry>
	</feed>
