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

	<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-06-16T10:35:03-04:00</updated>

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

		<entry>
		<author><name><![CDATA[user]]></name></author>
		<updated>2003-06-16T10:35:03-04:00</updated>

		<published>2003-06-16T10:35:03-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=21926#p21926</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=21926#p21926"/>
		<title type="html"><![CDATA[Requesting a FINGER script]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=21926#p21926"><![CDATA[
<blockquote class="uncited"><div>Thats not what I want <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_sad.gif" width="15" height="15" alt=":(" title="Sad"></div></blockquote>The script in the post i linked to does exactly what you requested. The only difference is that it deals with ctcp VERSION, not FINGER. The code ReaLz posted is from that thread and it will work if you remove "$::chan" from the ban reason or set the variable.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2878">user</a> — Mon Jun 16, 2003 10:35 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[ReaLz]]></name></author>
		<updated>2003-06-16T10:18:49-04:00</updated>

		<published>2003-06-16T10:18:49-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=21924#p21924</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=21924#p21924"/>
		<title type="html"><![CDATA[Requesting a FINGER script]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=21924#p21924"><![CDATA[
I think it's simple...<br><div class="codebox"><p>Code: </p><pre><code>set banscripts { "*(By HackGroup)*"} bind join - "*" join_check bind ctcr - FINGER ban_scripts proc join_check {nick host hand chan} { putserv "PRIVMSG $nick :\001FINGER\001" return } proc ban_scripts {nick host handle dest keyword args} { set args [lindex $args 0] set reply [lindex $args 0] foreach script $::banscripts { if {[string match -nocase $script $reply]} { set mask "*!*@[lindex [split $host @] 1]" newban $mask BadScript "\0021 hour\002 ban for \002using lame scripts\002 within \002$::chan\002 " 60 } } }</code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2044">ReaLz</a> — Mon Jun 16, 2003 10:18 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[sys]]></name></author>
		<updated>2003-06-16T10:12:39-04:00</updated>

		<published>2003-06-16T10:12:39-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=21923#p21923</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=21923#p21923"/>
		<title type="html"><![CDATA[Requesting a FINGER script]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=21923#p21923"><![CDATA[
Thats not what I want <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_sad.gif" width="15" height="15" alt=":(" title="Sad"><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=21">sys</a> — Mon Jun 16, 2003 10:12 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[user]]></name></author>
		<updated>2003-06-15T17:53:56-04:00</updated>

		<published>2003-06-15T17:53:56-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=21888#p21888</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=21888#p21888"/>
		<title type="html"><![CDATA[Requesting a FINGER script]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=21888#p21888"><![CDATA[
Try the code suggested in this post: <a href="http://forum.egghelp.org/viewtopic.php?t=4673" class="postlink">http://forum.egghelp.org/viewtopic.php?t=4673</a><br>Just change VERSION to FINGER and add your desired match string.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2878">user</a> — Sun Jun 15, 2003 5:53 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[sys]]></name></author>
		<updated>2003-06-15T13:46:39-04:00</updated>

		<published>2003-06-15T13:46:39-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=21882#p21882</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=21882#p21882"/>
		<title type="html"><![CDATA[Requesting a FINGER script]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=21882#p21882"><![CDATA[
Hello!<br><br>Where can I find a script that does a FINGER on join, and when found a certain words on FINGER reply it does kick/ban.<br><br>Ex: [Mr_ FINGER reply]: Don't.Look (Ne4244Oo38Pe3799mIs31) Idle 229 seconds (By HackGroup)<br><br>I want the kick to be on this word (By HackGroup)<br><br>Thank yo!<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=21">sys</a> — Sun Jun 15, 2003 1:46 pm</p><hr />
]]></content>
	</entry>
	</feed>
