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

	<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-08-04T04:37:55-04:00</updated>

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

		<entry>
		<author><name><![CDATA[crazy-nic]]></name></author>
		<updated>2003-08-04T04:37:55-04:00</updated>

		<published>2003-08-04T04:37:55-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=24360#p24360</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=24360#p24360"/>
		<title type="html"><![CDATA[tcl help]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=24360#p24360"><![CDATA[
I guess no one can help me... for this script but do anyone have any script to intro to me for spam protection???<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3435">crazy-nic</a> — Mon Aug 04, 2003 4:37 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[crazy-nic]]></name></author>
		<updated>2003-08-03T05:59:14-04:00</updated>

		<published>2003-08-03T05:59:14-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=24300#p24300</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=24300#p24300"/>
		<title type="html"><![CDATA[tcl help]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=24300#p24300"><![CDATA[
i've got a problem on this anti-spam tcl script when i add a <strong class="text-strong">bind pubm - "*#*" banspam </strong> the bot will automatic ban anyone in the channel who ever type any text. same goes to <strong class="text-strong">bind pubm - "*<a href="www" class="postlink">www</a>.*" banspam </strong> Can some help me?<br><br>### Anti-Spam v1.4<br>### by Progeny &lt;<a href="mailto:progeny@azzurra.org">progeny@azzurra.org</a>&gt;<br>### AzzurraNet - #EggHelp (TCL &amp; Eggdrop)<br><br>set ver "1.4"<br><br>### Durata del ban (in minuti)<br>set btime 5<br>### Reason del kick<br>set bkick "Banned for $btime mins for spamming."<br>### Canali in cui non kickare per spam<br>set dontban "#egghelp #irchelp #element86"<br>### Canali o stringhe non ritenuti "spam"<br>set safestrings "#key"<br><br><br>#bind pubm - "*http://*" banspam<br>#bind pubm - "*<a href="www" class="postlink">www</a>.*" banspam<br>bind pubm - "*visit*#*" banspam<br>bind pubm - "*join*#*" banspam<br><br>bind pub o|o !unban unban<br>set dontban [string tolower $dontban]<br><br>proc unban {nick uhost hand chan argv} {<br>if [killchanban $chan $argv]==0 {<br>putserv "NOTICE $nick :$argv isn't in my Spammer Ban List."<br>} else {<br>putserv "MODE $chan -b $argv"<br>}<br>}<br><br>proc banspam {nick uhost hand chan argv} {<br>global btime bkick dontban safestrings<br><br>set safe 0<br>set argv [string tolower $argv]<br>foreach safestring $safestrings {<br> if  {[lsearch $argv [string tolower $safestring]]!=-1} {set safe 1}<br>}<br><br>if {[isop $nick $chan]==0 &amp;&amp; [lsearch $dontban [string tolower $chan]]==-1 &amp;&amp; $safe==0} {<br>set banlamer $uhost<br>set why "No Spam"<br>set creator "Anti-Spam"<br>newchanban $chan $uhost $creator $why $btime<br>putserv "MODE $chan +b *!$uhost"<br>putserv "KICK $chan $nick :$bkick"<br>dccbroadcast "Anti-Spam TCL: Banned $nick from $chan"<br>}<br><br>}<br><br>putlog "TCL Loaded: Anti-Spam $ver by Progeny"<br><br>---------------------<br>Taken in <a href="http://www.egghelp.org" class="postlink">www.egghelp.org</a><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3435">crazy-nic</a> — Sun Aug 03, 2003 5:59 am</p><hr />
]]></content>
	</entry>
	</feed>
