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

	<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-08T05:34:54-04:00</updated>

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

		<entry>
		<author><name><![CDATA[gamble27]]></name></author>
		<updated>2010-01-08T05:34:54-04:00</updated>

		<published>2010-01-08T05:34:54-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=91619#p91619</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=91619#p91619"/>
		<title type="html"><![CDATA[how can iexempt certain nicks]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=91619#p91619"><![CDATA[
hello all,basically im using this tcl and its working fine,however i want to exempt certain nicks from being kicked,so basically i need help to create exempts.. script is listed below,thanks for attention and help <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_smile.gif" width="15" height="15" alt=":)" title="Smile"><br><br>bind ctcr - VERSION version:reply <br>bind join - * check:version <br><br>proc check:version {nick uhost hand chan} { <br>global cversion <br>set cversion([string tolower $nick]) 1 <br>putserv "PRIVMSG $nick :\001VERSION\001" <br>utimer 60 [list no:version:reply $nick $uhost $chan] <br>} <br><br>proc version:reply {nick uhost hand dest kw arg} { <br>global cversion <br>if {[info exists cversion([string tolower $nick])]} {<br>unset cversion([string tolower $nick]) <br>} <br>} <br><br><br>proc no:version:reply {nick uhost chan} { <br>global cversion <br>if {[info exists cversion([string tolower $nick])] &amp;&amp; [onchan $nick $chan]} { <br>putserv "MODE $chan +b *!*@[lindex [split $uhost @] 1]" <br>putserv "KICK $chan $nick : Spam." <br>unset cversion([string tolower $nick]) <br>} <br>}<br><br><br>putlog "Version Kicker"<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=10110">gamble27</a> — Fri Jan 08, 2010 5:34 am</p><hr />
]]></content>
	</entry>
	</feed>
