This is the new home of the egghelp.org community forum.
All data has been migrated (including user logins/passwords) to a new phpBB version.


For more information, see this announcement post. Click the X in the top right-corner of this box to dismiss this message.

Search found 2 matches

by Roc-A-Roo
Sat Jul 16, 2005 5:30 pm
Forum: Archive
Topic: Help with Noversion1.05.tcl
Replies: 3
Views: 2248

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.. begin code block proc notc:nv_notice {nick uhost hand text {dest ""}} { global botnick nv_versions nv_globflags nv_chanflags if {$dest == ""} { set ...
by Roc-A-Roo
Sat Jul 16, 2005 4:11 pm
Forum: Archive
Topic: Help with Noversion1.05.tcl
Replies: 3
Views: 2248

Help with Noversion1.05.tcl

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.. [8:30:28 pm] -Angelica22- VERSION Telnet 0.2a From what I read in the script, it's supposed to see version replies via notice, but it doesn't appear to be ...