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

	<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>2005-07-16T18:07:47-04:00</updated>

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

		<entry>
		<author><name><![CDATA[Sir_Fz]]></name></author>
		<updated>2005-07-16T18:07:47-04:00</updated>

		<published>2005-07-16T18:07:47-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=52660#p52660</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=52660#p52660"/>
		<title type="html"><![CDATA[Help with Noversion1.05.tcl]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=52660#p52660"><![CDATA[
<div class="codebox"><p>Code: </p><pre><code>([string match "*version*" [lindex [string tolower $text] 0]])} {</code></pre></div>should be<div class="codebox"><p>Code: </p><pre><code>([string match -nocase "version" [lindex [split [string tolower $text]] 0]])} {</code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3085">Sir_Fz</a> — Sat Jul 16, 2005 6:07 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Roc-A-Roo]]></name></author>
		<updated>2005-07-16T17:30:37-04:00</updated>

		<published>2005-07-16T17:30:37-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=52656#p52656</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=52656#p52656"/>
		<title type="html"><![CDATA[Help with Noversion1.05.tcl]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=52656#p52656"><![CDATA[
This section of code would seem to indicate that the script does look for notices..  But it doesn't seem to see the spambots reply..<br><br>begin code block<br><br>proc notc:nv_notice {nick uhost hand text {dest ""}} {<br>global botnick nv_versions nv_globflags nv_chanflags<br>if {$dest == ""} { set dest $botnick }<br>if {([string tolower $nick] != [string tolower $botnick]) &amp;&amp; ([string match "*version*" [lindex [string tolower $text] 0]])} {<br>foreach version $nv_versions {<br>if {[string match "*[string tolower $version]*" [lrange [string tolower $text] 1 end]]} { <br>nv_punish $nick $uhost <br>}<br>}<br>}<br>}<br><br>end code block<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=6482">Roc-A-Roo</a> — Sat Jul 16, 2005 5:30 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[demond]]></name></author>
		<updated>2005-07-16T16:39:44-04:00</updated>

		<published>2005-07-16T16:39:44-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=52652#p52652</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=52652#p52652"/>
		<title type="html"><![CDATA[Help with Noversion1.05.tcl]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=52652#p52652"><![CDATA[
CTCP VERSION reply is via NOTICE indeed, but the spambot in question obviously replies with no CTCP in its notice, so your script doesn't catch it<br><br>I'd guess that's a broken spambot hehe<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=5056">demond</a> — Sat Jul 16, 2005 4:39 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Roc-A-Roo]]></name></author>
		<updated>2005-07-16T16:11:30-04:00</updated>

		<published>2005-07-16T16:11:30-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=52645#p52645</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=52645#p52645"/>
		<title type="html"><![CDATA[Help with Noversion1.05.tcl]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=52645#p52645"><![CDATA[
I have this script working on a bot.. and it does versions fine.  However, the spambot, I want to kick has a version reply sent as a notice, eg..<br><br>[8:30:28 pm] -Angelica22-  VERSION Telnet 0.2a<br><br>From what I read in the script, it's supposed to see version replies via notice, but it doesn't appear to be kicking these spambots..<br><br>I can paste the script if needed here,  if asked.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=6482">Roc-A-Roo</a> — Sat Jul 16, 2005 4:11 pm</p><hr />
]]></content>
	</entry>
	</feed>
