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

	<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-04-29T18:48:26-04:00</updated>

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

		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2003-04-29T18:48:26-04:00</updated>

		<published>2003-04-29T18:48:26-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=19657#p19657</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=19657#p19657"/>
		<title type="html"><![CDATA[Help on bind raw notice vs bind notice]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=19657#p19657"><![CDATA[
In Chanpro1.4.tcl, here are the bind list:<br><br>bind notc - * ban_notice<br>bind pubm - * check_pubm<br>bind ctcp - ACTION check_ctcp<br>bind sign - * check_quit<br>bind part - * check_quit<br><br>and other scripts is only that bind raw - notice.<br><br>again here is the case:<br>if I disabled the failoper.tcl script, then it detect chan notice (from Chanpro1.4.tcl).<br><br>When I enabled failoper.tcl, the bot won't detect chan notice.<br><br>of course I kill my bot and start again after the change.<p>Statistics: Posted by Guest — Tue Apr 29, 2003 6:48 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[ppslim]]></name></author>
		<updated>2003-04-29T18:33:59-04:00</updated>

		<published>2003-04-29T18:33:59-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=19654#p19654</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=19654#p19654"/>
		<title type="html"><![CDATA[Help on bind raw notice vs bind notice]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=19654#p19654"><![CDATA[
The only other things.<br><br>1: You have another raw bind.<br><br>2: You have previously renamed the raw bind proc names. The existing one is still there, and in use, until the bot is totaly restarted.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2">ppslim</a> — Tue Apr 29, 2003 6:33 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2003-04-29T18:04:46-04:00</updated>

		<published>2003-04-29T18:04:46-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=19652#p19652</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=19652#p19652"/>
		<title type="html"><![CDATA[Help on bind raw notice vs bind notice]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=19652#p19652"><![CDATA[
I moved return 0 out of the id.<br><br>}<br>return 0<br>}<br><br><br>still doesn't detect chan notice<p>Statistics: Posted by Guest — Tue Apr 29, 2003 6:04 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[ppslim]]></name></author>
		<updated>2003-04-29T17:49:40-04:00</updated>

		<published>2003-04-29T17:49:40-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=19650#p19650</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=19650#p19650"/>
		<title type="html"><![CDATA[Help on bind raw notice vs bind notice]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=19650#p19650"><![CDATA[
Notice, you are not returning 0 after the if.<br><br>You names sake, you mgith as well move the return out of the id statment.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2">ppslim</a> — Tue Apr 29, 2003 5:49 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2003-04-29T16:04:14-04:00</updated>

		<published>2003-04-29T16:04:14-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=19647#p19647</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=19647#p19647"/>
		<title type="html"><![CDATA[Help on bind raw notice vs bind notice]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=19647#p19647"><![CDATA[
Here it is:<br><br>bind raw - notice  failed:oper:notc<br><br>proc failed:oper:notc { from keyword text } {<br>        if {[string match "*Failed OPER*" $text]} {<br>        set text [split $text]<br>        set nick [lindex $text end-5]<br>        putserv "kill $nick :Nice Try! / Failed Oper"<br>        return 0<br>        }<br>}<br>putlog "Fail oper killed - Loaded"<p>Statistics: Posted by Guest — Tue Apr 29, 2003 4:04 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[ppslim]]></name></author>
		<updated>2003-04-29T13:52:20-04:00</updated>

		<published>2003-04-29T13:52:20-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=19642#p19642</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=19642#p19642"/>
		<title type="html"><![CDATA[Help on bind raw notice vs bind notice]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=19642#p19642"><![CDATA[
Maybe a look at your script will help.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2">ppslim</a> — Tue Apr 29, 2003 1:52 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2003-04-29T13:49:54-04:00</updated>

		<published>2003-04-29T13:49:54-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=19641#p19641</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=19641#p19641"/>
		<title type="html"><![CDATA[Help on bind raw notice vs bind notice]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=19641#p19641"><![CDATA[
in either script, it does have return 0.<br><br>Any more hint?<p>Statistics: Posted by Guest — Tue Apr 29, 2003 1:49 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[ppslim]]></name></author>
		<updated>2003-04-29T04:25:30-04:00</updated>

		<published>2003-04-29T04:25:30-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=19603#p19603</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=19603#p19603"/>
		<title type="html"><![CDATA[Help on bind raw notice vs bind notice]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=19603#p19603"><![CDATA[
Raw will allways come before the notice bind.<br><br>This is due to the control it gives you.<br><br>Make sure your bot isn't returning 1 for the raw bind. If it is, this is why it no longer works correctly. It would be wise to force a return 0 when needed, as in many cases, what is in the return buffer is classed as returning 1.<br><br>See tcl-commands.doc for details on the return codes (below the binds section).<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2">ppslim</a> — Tue Apr 29, 2003 4:25 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2003-04-29T03:41:13-04:00</updated>

		<published>2003-04-29T03:41:13-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=19597#p19597</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=19597#p19597"/>
		<title type="html"><![CDATA[Help on bind raw notice vs bind notice]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=19597#p19597"><![CDATA[
Hi all<br><br>I used chanpro1.4.tcl which it detected the channel notice, IT WORK GREAT!  I also created my own script that using "bind raw - notice", IT WORK GREATE too <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_smile.gif" width="15" height="15" alt=":)" title="Smile"><br>Here is my problem, when I loaded two scripts, the bot doesn't detect channel notice (chanpro1.4.tcl) but it detect server notice (mysimplescript.tcl)<br><br>the chanpro1.4.tcl used this bind: bind notc - * ban_notice<br>my script used this bind: bind raw - notice  failed:oper<br><br>Is "bind raw - notice" will take preceded on "bind notice - "? if so, how do I fix it?<br><br>thanks<p>Statistics: Posted by Guest — Tue Apr 29, 2003 3:41 am</p><hr />
]]></content>
	</entry>
	</feed>
