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

	<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>2002-09-25T17:59:57-04:00</updated>

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

		<entry>
		<author><name><![CDATA[Gothic-Angel]]></name></author>
		<updated>2002-09-25T17:59:57-04:00</updated>

		<published>2002-09-25T17:59:57-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=11387#p11387</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=11387#p11387"/>
		<title type="html"><![CDATA[Annoying Spambots on Dal.net (finger script)]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=11387#p11387"><![CDATA[
That would be great, you can add me to any of the messengers I have listed there or email me it at <a href="mailto:overunu@yahoo.com">overunu@yahoo.com</a><br><br><br>Thanks A lot.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=1949">Gothic-Angel</a> — Wed Sep 25, 2002 5:59 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Nexus6]]></name></author>
		<updated>2002-09-25T09:30:30-04:00</updated>

		<published>2002-09-25T09:30:30-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=11368#p11368</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=11368#p11368"/>
		<title type="html"><![CDATA[Annoying Spambots on Dal.net (finger script)]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=11368#p11368"><![CDATA[
if you wish I can send you working script, it wasn't written by me. It's modified tcl of Sup. It's used in many DALnet chans and works great.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=1850">Nexus6</a> — Wed Sep 25, 2002 9:30 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Gothic-Angel]]></name></author>
		<updated>2002-09-25T08:34:37-04:00</updated>

		<published>2002-09-25T08:34:37-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=11367#p11367</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=11367#p11367"/>
		<title type="html"><![CDATA[Annoying Spambots on Dal.net (finger script)]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=11367#p11367"><![CDATA[
That seemed to work sent me finger replys for 2 users then it just stopped fingering, im giving up ill just live my mIRC client on with my working addon. Im sick of messing around with this.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=1949">Gothic-Angel</a> — Wed Sep 25, 2002 8:34 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[ppslim]]></name></author>
		<updated>2002-09-25T08:03:47-04:00</updated>

		<published>2002-09-25T08:03:47-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=11366#p11366</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=11366#p11366"/>
		<title type="html"><![CDATA[Annoying Spambots on Dal.net (finger script)]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=11366#p11366"><![CDATA[
<div class="codebox"><p>Code: </p><pre><code>bind join - "*" ctcp:join:sendproc ctcp:join:send {nick uh hand chan} {  puthelp "PRIVMSG $nick :\001FINGER\001"}bind ctcr - "FINGER" ctcp:join:replyproc ctcp:join:reply {nick uh hand dest key arg} {  if {[string match "*%email*" [string tolower $arg]]} {    putserv "MODE $chan +b [maskhost "${nick}!${uh}"]"  }}</code></pre></div>Why don't you just go out and learn Tcl. Don't says it's hard. If a 9 year old can learn to produce 3D models, using software, that can only be used, by inputting math functions and tri-axis points, then you can learn Tcl.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2">ppslim</a> — Wed Sep 25, 2002 8:03 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Gothic-Angel]]></name></author>
		<updated>2002-09-25T07:55:19-04:00</updated>

		<published>2002-09-25T07:55:19-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=11364#p11364</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=11364#p11364"/>
		<title type="html"><![CDATA[Annoying Spambots on Dal.net (finger script)]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=11364#p11364"><![CDATA[
still no go, i tried that and it would just pm me when i join with that message..<br><br><br>Hell I just want to finger every person that joins and if %email is in the results ban. I can't see to find a script that works for this <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=1949">Gothic-Angel</a> — Wed Sep 25, 2002 7:55 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Papillon]]></name></author>
		<updated>2002-09-25T07:44:46-04:00</updated>

		<published>2002-09-25T07:44:46-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=11363#p11363</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=11363#p11363"/>
		<title type="html"><![CDATA[Annoying Spambots on Dal.net (finger script)]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=11363#p11363"><![CDATA[
<div class="codebox"><p>Code: </p><pre><code>bind join - "#adultnetmeeting *" send:finger proc send:finger {n uh hand chan} {   puthelp "PRIVMSG $n :01FINGER01" }</code></pre></div>that should do it <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=852">Papillon</a> — Wed Sep 25, 2002 7:44 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Gothic-Angel]]></name></author>
		<updated>2002-09-25T07:41:55-04:00</updated>

		<published>2002-09-25T07:41:55-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=11362#p11362</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=11362#p11362"/>
		<title type="html"><![CDATA[Annoying Spambots on Dal.net (finger script)]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=11362#p11362"><![CDATA[
Is there a way I can get the script to finger everyone and search for the reply of %email?<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=1949">Gothic-Angel</a> — Wed Sep 25, 2002 7:41 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Papillon]]></name></author>
		<updated>2002-09-25T07:40:11-04:00</updated>

		<published>2002-09-25T07:40:11-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=11361#p11361</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=11361#p11361"/>
		<title type="html"><![CDATA[Annoying Spambots on Dal.net (finger script)]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=11361#p11361"><![CDATA[
the way that script is made it only fingers when the nicklength is "6" or the nick contains baby, lady or girl.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=852">Papillon</a> — Wed Sep 25, 2002 7:40 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Gothic-Angel]]></name></author>
		<updated>2002-09-25T07:27:57-04:00</updated>

		<published>2002-09-25T07:27:57-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=11358#p11358</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=11358#p11358"/>
		<title type="html"><![CDATA[Annoying Spambots on Dal.net (finger script)]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=11358#p11358"><![CDATA[
Without that line the bot doesnt finger, I get no errors but bot doesnt finger.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=1949">Gothic-Angel</a> — Wed Sep 25, 2002 7:27 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Papillon]]></name></author>
		<updated>2002-09-25T07:23:02-04:00</updated>

		<published>2002-09-25T07:23:02-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=11355#p11355</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=11355#p11355"/>
		<title type="html"><![CDATA[Annoying Spambots on Dal.net (finger script)]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=11355#p11355"><![CDATA[
<div class="codebox"><p>Code: </p><pre><code>bind join - "#adultnetmeeting *" send:finger proc send:finger {n uh hand chan} { set l [string length $n] set n1 [string tolower $n] if {($l == 6) || ([string match "*baby*" $n1]) || ([string match "*lady*" $n1]) || ([string match "*girl*" $n1])} { puthelp "PRIVMSG $n :01FINGER01" } } bind ctcr - FINGER check:finger proc check:finger {nick uh hand dest key arg} { if {![isbotnick $dest]} { retrun } set arg1 [string tolower $arg] if {([string match "*%email*" $arg1]) || ([string match "*%iloveuayas*" $arg1])} { foreach chan [channels] { putserv "MODE $chan +b [maskhost "${nick}!${uh}"]" putserv "KICK $chan $nick :Auto Banned: Recognised CTCP Finger Reply" } } }</code></pre></div>this was what I meant <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=852">Papillon</a> — Wed Sep 25, 2002 7:23 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Gothic-Angel]]></name></author>
		<updated>2002-09-25T07:01:00-04:00</updated>

		<published>2002-09-25T07:01:00-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=11352#p11352</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=11352#p11352"/>
		<title type="html"><![CDATA[Annoying Spambots on Dal.net (finger script)]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=11352#p11352"><![CDATA[
Ya know if you would just rewrite the code the right way id be very grateful I have edited it a lot and still can't seem to make it work properly, I didnt write that ppslim did. I dont know what im doing heh<br><br><div class="codebox"><p>Code: </p><pre><code>bind join - "#adultnetmeeting *" send:finger proc send:finger {n uh hand chan} { set l [string length $n] set n1 [string tolower $n] if {($l == 6) || ($l ==)"  || ([string match "*baby*" $n1]) || ([string match "*lady*" $n1]) || ([string match "*girl*" $n1])} { puthelp "PRIVMSG $n :01FINGER01" } } bind ctcr - FINGER check:finger proc check:finger {nick uh hand dest key arg} { if {![isbotnick $dest]} { retrun } set arg1 [string tolower $arg] if {([string match "*%email*" $arg1]) || ([string match "*%iloveuayas*" $arg1])} { foreach chan [channels] { putserv "MODE $chan +b [maskhost "${nick}!${uh}"]" putserv "KICK $chan $nick :Auto Banned: Recognised CTCP Finger Reply" } } } </code></pre></div><br>My attempt at editing it.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=1949">Gothic-Angel</a> — Wed Sep 25, 2002 7:01 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Papillon]]></name></author>
		<updated>2002-09-25T06:49:11-04:00</updated>

		<published>2002-09-25T06:49:11-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=11351#p11351</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=11351#p11351"/>
		<title type="html"><![CDATA[Annoying Spambots on Dal.net (finger script)]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=11351#p11351"><![CDATA[
eh well... "($l ==)" &lt;-- that's still not valid, thought u knew as much <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_smile.gif" width="15" height="15" alt=":)" title="Smile"><br>something is missing, if u don't know what's supposed to be there just remove " || ($l ==)"<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=852">Papillon</a> — Wed Sep 25, 2002 6:49 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Gothic-Angel]]></name></author>
		<updated>2002-09-25T06:44:26-04:00</updated>

		<published>2002-09-25T06:44:26-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=11350#p11350</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=11350#p11350"/>
		<title type="html"><![CDATA[Annoying Spambots on Dal.net (finger script)]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=11350#p11350"><![CDATA[
Still get it and this is the code now<br><div class="codebox"><p>Code: </p><pre><code>bind join - "#adultnetmeeting *" send:fingerproc send:finger {n uh hand chan} {set l [string length $n]set n1 [string tolower $n]if {($l == 6) || ($l ==) || ([string match "*baby*" $n1]) || ([string match "*lady*" $n1]) || ([string match "*girl*" $n1])} {puthelp "PRIVMSG $n :01FINGER01"}}bind ctcr - FINGER check:fingerproc check:finger {nick uh hand dest key arg} {if {![isbotnick $dest]} { retrun }set arg1 [string tolower $arg]if {([string match "*%email*" $arg1]) || ([string match "*%iloveuayas*" $arg1])} {putserv "MODE $chan +b [maskhost "${nick}!${uh}"]"putserv "KICK $chan $nick :Auto Banned: Recognised CTCP Finger Reply"}}</code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=1949">Gothic-Angel</a> — Wed Sep 25, 2002 6:44 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Papillon]]></name></author>
		<updated>2002-09-25T06:38:27-04:00</updated>

		<published>2002-09-25T06:38:27-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=11347#p11347</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=11347#p11347"/>
		<title type="html"><![CDATA[Annoying Spambots on Dal.net (finger script)]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=11347#p11347"><![CDATA[
missing a ")" in "($l ==", should be "($l ==)"<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=852">Papillon</a> — Wed Sep 25, 2002 6:38 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Gothic-Angel]]></name></author>
		<updated>2002-09-25T06:35:56-04:00</updated>

		<published>2002-09-25T06:35:56-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=11345#p11345</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=11345#p11345"/>
		<title type="html"><![CDATA[Annoying Spambots on Dal.net (finger script)]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=11345#p11345"><![CDATA[
<div class="codebox"><p>Code: </p><pre><code>bind join - "#Mp3z-Techno-Dance *" send:finger proc send:finger {n uh hand chan} { set l [string length $n] set n1 [string tolower $n] if {($l == 6) || ($l ==  || ([string match "*baby*" $n1]) || ([string match "*lady*" $n1]) || ([string match "*girl*" $n1])} { puthelp "PRIVMSG $n :01FINGER01" } } bind ctcr - FINGER check:finger proc check:finger {nick uh hand dest key arg} { if {![isbotnick $dest]} { retrun } set arg1 [string tolower $arg] if {([string match "*%email*" $arg1]) || ([string match "*%iloveuayas*" $arg1])} { foreach chan [channels] { putserv "MODE $chan +b [maskhost "${nick}!${uh}"]" putserv "KICK $chan $nick :Auto Banned: Recognised CTCP Finger Reply" } } } </code></pre></div>I found that, but I get this error when doing so.<br><br>&lt;Justins-BOT&gt; [06:34] Tcl error [send:finger]: syntax error in expression "($l == 6) || ($l == || ([string match "*baby*" $n1]) || ([s"<br><br><br>Im using windrop 1.6.12 I copied that code into a text editor exactly as its shown above and saved it as a tcl. Then loaded it.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=1949">Gothic-Angel</a> — Wed Sep 25, 2002 6:35 am</p><hr />
]]></content>
	</entry>
	</feed>
