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

	<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>2009-07-03T02:57:59-04:00</updated>

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

		<entry>
		<author><name><![CDATA[TCL_no_TK]]></name></author>
		<updated>2009-07-03T02:57:59-04:00</updated>

		<published>2009-07-03T02:57:59-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=89407#p89407</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=89407#p89407"/>
		<title type="html"><![CDATA[Change the ban command to exempt.]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=89407#p89407"><![CDATA[
<a href="http://searchirc.com/boards/viewtopic.php?t=2499" class="postlink">http://searchirc.com/boards/viewtopic.php?t=2499</a> its old, but alot of the RBL's are still active and used by alot of IRC Networks. <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=8130">TCL_no_TK</a> — Fri Jul 03, 2009 2:57 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[gamble27]]></name></author>
		<updated>2009-07-03T01:35:55-04:00</updated>

		<published>2009-07-03T01:35:55-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=89406#p89406</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=89406#p89406"/>
		<title type="html"><![CDATA[Change the ban command to exempt.]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=89406#p89406"><![CDATA[
Tcl mate u have done a wonderful job,i really appreciate it thanks,its really working the way i want it to but i realise rbls are giving TOO many false kicks:&lt; looks like i have to find for a specified RBL which is made for irc only.thanks again tho <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=10110">gamble27</a> — Fri Jul 03, 2009 1:35 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[TCL_no_TK]]></name></author>
		<updated>2009-07-01T13:53:40-04:00</updated>

		<published>2009-07-01T13:53:40-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=89395#p89395</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=89395#p89395"/>
		<title type="html"><![CDATA[Change the ban command to exempt.]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=89395#p89395"><![CDATA[
<blockquote class="uncited"><div>its great going,its working nicely,i was jus wondering how can we ignore scanning for certain mask like *!*@121.121.* or *!*@203.82.* can we exempt scanning for such mask?? thanks <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_smile.gif" width="15" height="15" alt=":)" title="Smile"></div></blockquote>Ok change <div class="codebox"><p>Code: </p><pre><code>#don't apply to friends, voices, ops if {[isop $nick $channel] || [isvoice $nick $channel] || [matchattr $handle fov|Pfov $channel]} { return 0 }</code></pre></div> so that its the following: <div class="codebox"><p>Code: </p><pre><code>#don't apply to friends, voices, ops if {[isop $nick $channel] || [isvoice $nick $channel] || [matchattr $handle Pfov|Pfov $channel]} { return 0 }</code></pre></div> and then just add the address's you want to exempt from being scanned, to the user "proxychk" like the following:<blockquote class="uncited"><div>.+host proxychk *!*@121.121.*</div></blockquote> or if there already a user in the bot, you can exempt them from being scanned (this will be globally, all channels) with <blockquote class="uncited"><div>.chattr &lt;there-handle&gt; +P</div></blockquote> in DCC/telnet with the eggdrop.<br><br><strong class="text-strong">@sk-4</strong> am not sure about this, could just be down to the eggdrop dns <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_wink.gif" width="15" height="15" alt=";)" title="Wink"> <div class="codebox"><p>Code: </p><pre><code>set proxycheck_rbls [list "dnsbl.ahbl.org" "tor.ahbl.org" "cbl.abuseat.org " ]</code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=8130">TCL_no_TK</a> — Wed Jul 01, 2009 1:53 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[gamble27]]></name></author>
		<updated>2009-07-01T08:11:59-04:00</updated>

		<published>2009-07-01T08:11:59-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=89393#p89393</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=89393#p89393"/>
		<title type="html"><![CDATA[Change the ban command to exempt.]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=89393#p89393"><![CDATA[
its great going,its working nicely,i was jus wondering how can we ignore scanning for certain mask like *!*@121.121.* or *!*@203.82.* can we exempt scanning for such mask?? thanks <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=10110">gamble27</a> — Wed Jul 01, 2009 8:11 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[sk-4]]></name></author>
		<updated>2009-07-01T06:19:29-04:00</updated>

		<published>2009-07-01T06:19:29-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=89389#p89389</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=89389#p89389"/>
		<title type="html"><![CDATA[Change the ban command to exempt.]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=89389#p89389"><![CDATA[
# open proxy checker for eggdrop<br># (c) James Seward 2003/4<br># version 1.0<br> <br># <a href="http://www.jamesoff.net/projects/eggdrop" class="postlink">http://www.jamesoff.net/projects/eggdrop</a><br># <a href="mailto:james@jamesoff.net">james@jamesoff.net</a><br> <br># Released under the GPL<br> <br>## INSTRUCTIONS<br>###############################################################################<br> <br># This script will check the hosts of people joining channels against one or<br># RBLs. Choose your RBLs wisely, some of them list DIALUP SPACE and that would<br># be a bad thing to be matching your IRC users against <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_razz.gif" width="15" height="15" alt=":P" title="Razz"><br>#<br># Enable the 'proxycheck' flag for channels you want the script active on<br># --&gt; .chanset #somechannel +proxycheck<br>#<br># Users who are +o, +v, or +f in your bot (local or global) won't be checked.<br>#<br># Turn on console level d on the partyline to see some debug from the script<br># --&gt; .console +d (to enable)<br># --&gt; .console -d (to disable)<br> <br>## CONFIG<br>###############################################################################<br> <br># space-separated list of RBLs to look in<br>set proxycheck_rbls { "dnsbl.ahbl.org" "tor.ahbl.org" "cbl.abuseat.org " }<br> <br># time in minutes to ban for<br>#set proxycheck_bantime 15<br> <br># stop editing here unless you're TCL-proof<br> <br> <br> <br>## CODE<br>###############################################################################<br> <br>#add our channel flag<br>setudef flag proxycheck<br> <br>#bind our events<br>bind join - *!*@* proxycheck_join<br> <br>#swing your pants<br> <br># catch joins<br>proc proxycheck_join { nick host handle channel } {<br>  # allow 10 seconds for chanserv to op users on the channel access list<br>  utimer 5 [list proxycheck_join_delay $nick $host $handle $channel]<br><br>}<br> <br>proc proxycheck_join_delay { nick host handle channel } {<br>  #check we're active<br>  if {![channel get $channel proxycheck]} {<br>    return 0<br>  }<br> <br>  #don't apply to friends, voices, ops<br>  if {[isop $nick $channel] || [isvoice $nick $channel] || [matchattr $handle fov|Pfov $channel]} {<br>    return 0<br>  }<br> <br>  #get the actual host<br>  regexp ".+@(.+)" $host matches newhost<br>  if [regexp {[0-9]{1,3}.[0-9]{1,3}.[0-9]{1,3}.[0-9]{1,3}$} $newhost] {<br>    #it's a numeric host, skip the lookup<br>    proxycheck_check2 $newhost $newhost 1 $nick $newhost $channel<br>  } else {<br>    putloglev d * "proxycheck: doing dns lookup on $newhost to get IP"<br>    dnslookup $newhost proxycheck_check2 $nick $newhost $channel<br>  }<br>}<br> <br># first callback (runs RBL checks)<br>proc proxycheck_check2 { ip host status nick orighost channel } {<br>  global proxycheck_rbls<br> <br>  if {$status} {<br>    putloglev d * "proxycheck: $host resolves to $ip"<br> <br>    # reverse the IP<br>    regexp {([0-9]{1,3}).([0-9]{1,3}).([0-9]{1,3}).([0-9]{1,3})} $ip matches a b c d<br>    set newip "$d.$c.$b.$a"<br> <br>    # look it up in the rbls<br>    foreach rbl $proxycheck_rbls {<br>      putloglev d * "proxycheck: looking up $newip.$rbl"<br>      dnslookup "$newip.$rbl" proxycheck_check3 $nick $host $channel $rbl<br>    }<br>  } else {<br>    putlog "proxycheck: Couldn't resolve $host. (No further action taken.)"<br>  }<br>}<br> <br># second callback (catches RBL results)<br>proc proxycheck_check3 { ip host status nick orighost channel rbl } {<br>  global proxycheck_bantime<br> <br> if {![validuser "proxychk"]} {<br> adduser "proxychk"<br> setuser "proxychk" COMMENT "Added to prevent multi-RBL lookups of users"<br> putlog "proxycheck: created new user 'proxychk' to prevent mult-RBL lookups of users"<br>}<br>if {$status} {<br>putlog "proxycheck:4 $nick 1 $host = ip4 $ip from RBL14 $rbl ... kicking"<br>putserv "KICK $channel $nick :14Possible spam/advertize/invite bot or drone 4LISTED14 in1 $rbl"<br>puthelp "PRIVMSG $nick :This is an automated response. You've been kicked from $channel because your host $host is listed at $rbl"<br>puthelp "PRIVMSG $nick :You will need to fix whatever caused you to be listed and get removed from $rbl before you're able to rejoin $channel ." <br>chattr proxychk +|+P $channel<br>setuser "proxychk" HOSTS "*!*@$orighost"<br>putlog "proxycheck:1Exempting4 $orighost 1for 10min to prevent4 mult-RBL lookup"<br>timer 10 [list delhost "proxychk" "*!*@$orighost"]<br>}<br>#if we didn't get a host, they're not in RBL <br>}<br> <br>putlog "proxycheck 1.0 by JamesOff loaded"<br><br><br><br><br>TCL_no_TK i tried as u say,and it seem nothing happend..<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=9352">sk-4</a> — Wed Jul 01, 2009 6:19 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[gamble27]]></name></author>
		<updated>2009-06-30T23:45:42-04:00</updated>

		<published>2009-06-30T23:45:42-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=89388#p89388</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=89388#p89388"/>
		<title type="html"><![CDATA[Change the ban command to exempt.]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=89388#p89388"><![CDATA[
sk-4 dont mind can u please paste the exact tcl that you are using here,i dont know why the same error persist still,ill ask my shell company,also i wanna compare yours and mine.. so plz if you dont mind thanks <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=10110">gamble27</a> — Tue Jun 30, 2009 11:45 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[TCL_no_TK]]></name></author>
		<updated>2009-06-30T12:50:33-04:00</updated>

		<published>2009-06-30T12:50:33-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=89381#p89381</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=89381#p89381"/>
		<title type="html"><![CDATA[Change the ban command to exempt.]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=89381#p89381"><![CDATA[
try <div class="codebox"><p>Code: </p><pre><code>set proxycheck_rbls { "cbl.abuseat.org opm.blitzed.org dnsbl.ahbl.org tor.ahbl.org" }</code></pre></div>  <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_smile.gif" width="15" height="15" alt=":)" title="Smile"><br><br>Also <strong class="text-strong">opm.blitzed.org</strong> i dont think this RBL is active any more <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_confused.gif" width="15" height="15" alt=":?" title="Confused"><br><blockquote class="uncited"><div>[13:24] Tcl error [proxycheck_check3]: invalid command name "Â adduser"</div></blockquote> If the error is the same/simlar to this one in referance to the "Â" char's then its down to the shell, it would be worth while uploading an other copy after removing the current one. <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_idea.gif" width="15" height="15" alt=":idea:" title="Idea"><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=8130">TCL_no_TK</a> — Tue Jun 30, 2009 12:50 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[sk-4]]></name></author>
		<updated>2009-06-30T10:12:23-04:00</updated>

		<published>2009-06-30T10:12:23-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=89380#p89380</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=89380#p89380"/>
		<title type="html"><![CDATA[Change the ban command to exempt.]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=89380#p89380"><![CDATA[
im using this edited tcl.any it look gr8..so far np..just want to ask is this script lookup for scan from this site <br><strong class="text-strong">set proxycheck_rbls { "cbl.abuseat.org" "opm.blitzed.org" "dnsbl.ahbl.org" "tor.ahbl.org" }<br></strong> ... seem im getting kick only for cbl.abuseat.org<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=9352">sk-4</a> — Tue Jun 30, 2009 10:12 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[gamble27]]></name></author>
		<updated>2009-06-29T07:56:08-04:00</updated>

		<published>2009-06-29T07:56:08-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=89377#p89377</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=89377#p89377"/>
		<title type="html"><![CDATA[Change the ban command to exempt.]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=89377#p89377"><![CDATA[
after trying on my shell countless time the same prob still persist:&lt; what could possibly the error/ problem : &lt;<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=10110">gamble27</a> — Mon Jun 29, 2009 7:56 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Sir_Fz]]></name></author>
		<updated>2009-06-29T04:00:32-04:00</updated>

		<published>2009-06-29T04:00:32-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=89375#p89375</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=89375#p89375"/>
		<title type="html"><![CDATA[Change the ban command to exempt.]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=89375#p89375"><![CDATA[
gamble27, you're the one who's supposed to check the script in your shell and not TCL_no_TK. Probably the editor you used when pasting the script added some weird characters that are causing this error.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3085">Sir_Fz</a> — Mon Jun 29, 2009 4:00 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[gamble27]]></name></author>
		<updated>2009-06-28T06:01:31-04:00</updated>

		<published>2009-06-28T06:01:31-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=89365#p89365</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=89365#p89365"/>
		<title type="html"><![CDATA[Change the ban command to exempt.]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=89365#p89365"><![CDATA[
sure mate,plz let me know the result.. <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_smile.gif" width="15" height="15" alt=":)" title="Smile"> if this tcl works it will be VERY useful <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_smile.gif" width="15" height="15" alt=":)" title="Smile"> thanks again<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=10110">gamble27</a> — Sun Jun 28, 2009 6:01 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[TCL_no_TK]]></name></author>
		<updated>2009-06-28T05:01:43-04:00</updated>

		<published>2009-06-28T05:01:43-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=89364#p89364</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=89364#p89364"/>
		<title type="html"><![CDATA[Change the ban command to exempt.]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=89364#p89364"><![CDATA[
<blockquote class="uncited"><div>[13:24] Tcl error [proxycheck_check3]: invalid command name "Â adduser"</div></blockquote> adduser is a valid eggdrop tcl command. Think this has something to do with the way its uploaded/pasted to your shell, i'd double check the script on the shell.  <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_idea.gif" width="15" height="15" alt=":idea:" title="Idea"><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=8130">TCL_no_TK</a> — Sun Jun 28, 2009 5:01 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[gamble27]]></name></author>
		<updated>2009-06-28T01:28:04-04:00</updated>

		<published>2009-06-28T01:28:04-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=89363#p89363</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=89363#p89363"/>
		<title type="html"><![CDATA[Change the ban command to exempt.]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=89363#p89363"><![CDATA[
thanks again for assisting <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_smile.gif" width="15" height="15" alt=":)" title="Smile"> i did what u told me to and changed what ever was there to be changed and i receive the following error after loading the tcl<br><br>[13:21] &lt;eggdrop&gt; [13:24] proxycheck: 219.94.71.157 resolves to 219.94.71.157<br>[13:21] &lt;eggdrop&gt; [13:24] proxycheck: looking up 157.71.94.219.dnsbl-3.uceprotect.net<br>[13:21] &lt;eggdrop&gt; [13:24] DNS resolve failed for 157.71.94.219.dnsbl-3.uceprotect.net<br>[13:21] &lt;eggdrop&gt; <strong class="text-strong">[13:24] Tcl error [proxycheck_check3]: invalid command name "Â adduser"</strong><br><br>The one in bold is the error,the rest lines are normal but in the bold is the error.the eggdrop didnt kick even after detecting RBL.<br><br>Thank u again.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=10110">gamble27</a> — Sun Jun 28, 2009 1:28 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[TCL_no_TK]]></name></author>
		<updated>2009-06-27T18:08:59-04:00</updated>

		<published>2009-06-27T18:08:59-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=89361#p89361</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=89361#p89361"/>
		<title type="html"><![CDATA[Change the ban command to exempt.]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=89361#p89361"><![CDATA[
Ok,  <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_smile.gif" width="15" height="15" alt=":)" title="Smile"> thank you that helps. Its not really tested but you can try using the following:<br><br>Change <div class="codebox"><p>Code: </p><pre><code>#don't apply to friends, voices, ops if {[matchattr $handle fov|fov $channel]} {  return 0 }</code></pre></div>to <div class="codebox"><p>Code: </p><pre><code>#don't apply to friends, voices, ops if {[matchattr $handle fov|Pfov $channel]} {  return 0 }</code></pre></div> and change <div class="codebox"><p>Code: </p><pre><code>if {$status} { putlog "proxycheck: got host $host = ip $ip from RBL $rbl ... banning" newchanban $channel "*@$orighost" "proxychk" "SPAM." $proxycheck_bantime } #if we didn't get a host, they're not in RBL }</code></pre></div> to <div class="codebox"><p>Code: </p><pre><code>if {![validuser "proxychk"]} { adduser "proxychk" setuser "proxychk" COMMENT "Added to prevent multi-RBL lookups of users" putlog "proxycheck: created new user 'proxychk' to prevent mult-RBL lookups of users"}if {$status} {putlog "proxycheck: got host $host = ip $ip from RBL $rbl ... kicking" putserv "KICK $channel $nick :Possible spam/advertize/invite bot or drone."chattr proxychk +|+P $channelsetuser "proxychk" HOSTS "*!*@$orighost"putlog "proxycheck: exempting $orighost for 10min to prevent mult-RBL lookup"timer 10 [list delhost "proxychk" "*!*@$orighost"]}#if we didn't get a host, they're not in RBL }</code></pre></div>This will creat the user "proxychk" in eggdrop's userfile, and add the host of the user that was scanned to prevent them being re-scanned. This will last for 10mins before eggdrop will remove the host, allowing them to be rescanned again. After 10mins is up. It uses the +P channel flag (custom flag <a href="http://www.eggheads.org/support/egghtml/1.6.19/users.html" class="postlink">*</a>) Also, it will as before prevent the bot from banning the user, it will only issue a kick for them.  <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_confused.gif" width="15" height="15" alt=":?" title="Confused"> its rough, like i said and untested. any problems let me know <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_wink.gif" width="15" height="15" alt=":wink:" title="Wink"><br><br>P.S This should also allow u to exempt your own users, from being scanned when they join serton channels. Without them having to be ops, halfops or voice's in eggdrop userfile. Just give them the +P flag for the channel you dont want them to RBL checked.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=8130">TCL_no_TK</a> — Sat Jun 27, 2009 6:08 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[gamble27]]></name></author>
		<updated>2009-06-27T01:10:54-04:00</updated>

		<published>2009-06-27T01:10:54-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=89357#p89357</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=89357#p89357"/>
		<title type="html"><![CDATA[Change the ban command to exempt.]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=89357#p89357"><![CDATA[
thank you for assisting,but reason why i want it to exempt the user after it being kicked is i don want to create any kick flood,imagine if a real user gets kicked he/she will rejoin the channel and eggdrop will kick it again and he/she will rejoin again,and same will follow and it create kick flood.so that is why its very important to exempt a user for certain period of time in order to allow a genuine user to join the channel after he/she being kicked.Hope to hear from u all soon,this tcl will be very useful for anyone who are fighting spam in their channels <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=10110">gamble27</a> — Sat Jun 27, 2009 1:10 am</p><hr />
]]></content>
	</entry>
	</feed>
