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.

need spambuster.tcl help

Support & discussion of released scripts, and announcements of new releases.
Post Reply
V
VanDaMe
Voice
Posts: 8
Joined: Thu Nov 02, 2006 1:07 am

need spambuster.tcl help

Post by VanDaMe »

This TCL already working great. But there's no timing set how long the bot will stay on scanned channel? Can we decide which chan that we want to scan?
User avatar
demond
Revered One
Posts: 3073
Joined: Sat Jun 12, 2004 9:58 am
Location: San Francisco, CA
Contact:

Post by demond »

unfortunately the scan frequency is fixed at 10 mins and cannot be changed via set

you can specify which channels are to be excluded from the random scan by setting sb:nochan or/and how many users should a channel have on it in order to be scanned by setting sb:minuser

you can't explicitly specify which channels must be included in the scanning process unless you put the bot itself on them
connection, sharing, dcc problems? click <here>
before asking for scripting help, read <this>
use

Code: Select all

 tag when posting logs, code
V
VanDaMe
Voice
Posts: 8
Joined: Thu Nov 02, 2006 1:07 am

Post by VanDaMe »

demond wrote:unfortunately the scan frequency is fixed at 10 mins and cannot be changed via set

you can specify which channels are to be excluded from the random scan by setting sb:nochan or/and how many users should a channel have on it in order to be scanned by setting sb:minuser

you can't explicitly specify which channels must be included in the scanning process unless you put the bot itself on them
When bot already started. It take about 10 mins when spambuster connected to the server right? Do we have any console to make the spambuster join any channel?
V
VanDaMe
Voice
Posts: 8
Joined: Thu Nov 02, 2006 1:07 am

Post by VanDaMe »

return [regexp (?i)(http://|www\\.|irc\\.|\[\[:space:\]\]#) $string]
In spambuster.tcl I found that line. How can we add more filters?

Such as : *join*#*
User avatar
demond
Revered One
Posts: 3073
Joined: Sat Jun 12, 2004 9:58 am
Location: San Francisco, CA
Contact:

Post by demond »

VanDaMe wrote:
return [regexp (?i)(http://|www\\.|irc\\.|\[\[:space:\]\]#) $string]
In spambuster.tcl I found that line. How can we add more filters?
by applying regexps

regarding scanner (what you call "spambuster") joining certain channels: you can force that by typing .tcl putdcc <idx> "join #chan" where idx is the dcc index controlled by sb:control proc (type .dccstat first and take note of that index)
connection, sharing, dcc problems? click <here>
before asking for scripting help, read <this>
use

Code: Select all

 tag when posting logs, code
V
VanDaMe
Voice
Posts: 8
Joined: Thu Nov 02, 2006 1:07 am

Post by VanDaMe »

K now it's work great. But sometime the bots get disconnect with reason Connection reset by peer / Client closed connection. But the master bot still online. Why is that caused?
User avatar
demond
Revered One
Posts: 3073
Joined: Sat Jun 12, 2004 9:58 am
Location: San Francisco, CA
Contact:

Post by demond »

because the scanner uses its own irc connection, not that of the bot
connection, sharing, dcc problems? click <here>
before asking for scripting help, read <this>
use

Code: Select all

 tag when posting logs, code
Post Reply