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

	<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>2010-01-13T21:30:30-04:00</updated>

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

		<entry>
		<author><name><![CDATA[gamble27]]></name></author>
		<updated>2010-01-13T21:30:30-04:00</updated>

		<published>2010-01-13T21:30:30-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=91671#p91671</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=91671#p91671"/>
		<title type="html"><![CDATA[Only Scan certain ip.]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=91671#p91671"><![CDATA[
hello all i have this working code with me however its versioning every ip but i jus want it to version certain ips like for example *!*@125.* *!*@118.* , i tried to play around with it but with no success,help will be appreciated.. Code is listed below :<br><div class="codebox"><p>Code: </p><pre><code>bind ctcr - VERSION version:reply bind join - * check:version proc check:version {nick uhost hand chan} { if {[isop $nick $chan] || [isvoice $nick $chan] || [matchattr $hand Pfov|Pfov $chan]} { return 0 }global cversion chattr proxychk +|+P $chan set cversion([string tolower $nick]) 1 putserv "PRIVMSG $nick :\001Version\001" utimer 90 [list no:version:reply $nick $uhost $chan] } proc version:reply {nick uhost hand dest kw arg} { global cversion if {[info exists cversion([string tolower $nick])]} { unset cversion([string tolower $nick]) } } proc no:version:reply {nick uhost chan} { global cversion if {[info exists cversion([string tolower $nick])] &amp;&amp; [onchan $nick $chan]} { putserv "MODE $chan +b *!*@[lindex [split $uhost @] 1]" putserv "KICK $chan $nick : Spam" unset cversion([string tolower $nick]) } }putlog "Version Kicker"</code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=10110">gamble27</a> — Wed Jan 13, 2010 9:30 pm</p><hr />
]]></content>
	</entry>
	</feed>
