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

	<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>2007-07-04T05:41:39-04:00</updated>

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

		<entry>
		<author><name><![CDATA[masheen]]></name></author>
		<updated>2007-07-04T05:41:20-04:00</updated>

		<published>2007-07-04T05:41:20-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=74154#p74154</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=74154#p74154"/>
		<title type="html"><![CDATA[mIRC+TCL antispam (SOLVED)]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=74154#p74154"><![CDATA[
thanks metroid for a fast reply <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_smile.gif" width="15" height="15" alt=":)" title="Smile"><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=8950">masheen</a> — Wed Jul 04, 2007 5:41 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[metroid]]></name></author>
		<updated>2007-07-03T13:24:27-04:00</updated>

		<published>2007-07-03T13:24:27-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=74141#p74141</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=74141#p74141"/>
		<title type="html"><![CDATA[mIRC+TCL antispam (SOLVED)]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=74141#p74141"><![CDATA[
<div class="codebox"><p>Code: </p><pre><code>set useless(mynick) "My-Nick-Here"set useless(patterns) [list *www* *bla* *#* *something*]bind MSGM -|- * check:spamproc check:spam {nick host hand msg} {  global useless;  foreach pattern $useless(patterns) {    if {[string match -nocase $pattern $msg]} {      putserv "PRIVMSG $useless(mynick) :$nick $pattern"      break;    }  }}</code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=5078">metroid</a> — Tue Jul 03, 2007 1:24 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[masheen]]></name></author>
		<updated>2007-07-03T10:55:16-04:00</updated>

		<published>2007-07-03T10:55:16-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=74137#p74137</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=74137#p74137"/>
		<title type="html"><![CDATA[mIRC+TCL antispam (SOLVED)]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=74137#p74137"><![CDATA[
yep i have scripts for that already...and besides i nid it cos the bot aint opped in the chan. i just nid the script dat does d above <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_smile.gif" width="15" height="15" alt=":)" title="Smile"> from that script i can also make a lot of tclscripts that i have in mind which requires privmsg'ng thru tcl &lt;&gt; mirc.<br><br>can anybody help? thanks.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=8950">masheen</a> — Tue Jul 03, 2007 10:55 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[r0t3n]]></name></author>
		<updated>2007-07-03T10:10:50-04:00</updated>

		<published>2007-07-03T10:10:50-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=74135#p74135</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=74135#p74135"/>
		<title type="html"><![CDATA[mIRC+TCL antispam (SOLVED)]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=74135#p74135"><![CDATA[
It would be easier to either code the detection into the msl script, or let the bot do the full job and kick the user. Whats the point of the bot msg'ing you to tell you to kick that user...<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=6300">r0t3n</a> — Tue Jul 03, 2007 10:10 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[masheen]]></name></author>
		<updated>2007-07-04T05:41:39-04:00</updated>

		<published>2007-07-03T07:57:07-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=74130#p74130</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=74130#p74130"/>
		<title type="html"><![CDATA[mIRC+TCL antispam (SOLVED)]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=74130#p74130"><![CDATA[
can anyone give me a simple script dat makes the bot check for priv message triggers like *<a href="www" class="postlink">www</a>.* *join #* and when someone does, it private<br>messages me with the offenders nick and trigger match. just one channel is ok.<br><br>For example bot is in #chan , and <strong class="text-strong">ausernick</strong> priv. messages the bot with a phrase: <strong class="text-strong">please visit <a href="http://www.website.com" class="postlink">www.website.com</a></strong>, the bot then messages me with this format: <strong class="text-strong"><span style="color:red">ausernick</span> <span style="color:green">*<a href="www" class="postlink">www</a>.*</span></strong><br><br>in turn wen i receive the relay message from the bot, my irc script will kick the nick that privmsg's the bot. il take care of the irc script. i just nid the TCL for my bot to detect the privmsg triggers i set and messages me with the format:<br>&lt;<span style="color:red">offendernick</span>&gt; &lt;<span style="color:green">triggermatch</span>&gt;<br><br>anyone can help me pls? thanks a lot.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=8950">masheen</a> — Tue Jul 03, 2007 7:57 am</p><hr />
]]></content>
	</entry>
	</feed>
