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

	<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-25T00:56:07-04:00</updated>

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

		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2003-04-25T00:56:07-04:00</updated>

		<published>2003-04-25T00:56:07-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=19393#p19393</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=19393#p19393"/>
		<title type="html"><![CDATA[got it working...]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=19393#p19393"><![CDATA[
I got it workings.  Thanks for the hint.<br><br>JF<p>Statistics: Posted by Guest — Fri Apr 25, 2003 12:56 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[stdragon]]></name></author>
		<updated>2003-04-24T15:41:32-04:00</updated>

		<published>2003-04-24T15:41:32-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=19379#p19379</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=19379#p19379"/>
		<title type="html"><![CDATA[help - bind server notice]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=19379#p19379"><![CDATA[
the RAW bind only matches against one word of the message, the command. If you want to catch a notice, then you match against the word "NOTICE". Inside the proc itself, you check to make sure the message has whatever other words you want. Hope this helps!<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=8">stdragon</a> — Thu Apr 24, 2003 3:41 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2003-04-24T14:09:01-04:00</updated>

		<published>2003-04-24T14:09:01-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=19376#p19376</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=19376#p19376"/>
		<title type="html"><![CDATA[help - bind server notice]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=19376#p19376"><![CDATA[
Hi all,<br><br>I want a script that detect server notice and get the nick from that notice then do certain cmd.  Here what I got so far and it doesn't work, please help (don't laught on my script cuz i'm trying to learn:-) ):<br><br>#here is example of server notice string: "-NOTICE- *** Network-Global -- from irc.server.com : Failed OPER attempt by: Nick (ident@ip) using UID opernick [---]"<br><br>bind raw - "*Failed OPER attempt by:*" failed:oper:notc<br><br>proc failed:oper:notc { from keyword arg } {<br>        set nick = [lindex [split $arg] end-5]<br>        if { $keyword == "*Failed*" } {<br>                putserv "kill $nick Nice Try!"<br>        return 0<br>         }<br>}<br>putlog "Fail oper killed - Loaded"<br><br>thanks<p>Statistics: Posted by Guest — Thu Apr 24, 2003 2:09 pm</p><hr />
]]></content>
	</entry>
	</feed>
