| View previous topic :: View next topic |
| Author |
Message |
VanDaMe Voice
Joined: 02 Nov 2006 Posts: 8
|
Posted: Fri Nov 10, 2006 11:09 pm Post subject: need spambuster.tcl help |
|
|
| 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? |
|
| Back to top |
|
 |
demond Revered One

Joined: 12 Jun 2004 Posts: 3073 Location: San Francisco, CA
|
Posted: Sun Nov 12, 2006 3:40 pm Post subject: |
|
|
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] tag when posting logs, code |
|
| Back to top |
|
 |
VanDaMe Voice
Joined: 02 Nov 2006 Posts: 8
|
Posted: Sun Nov 12, 2006 9:38 pm Post subject: |
|
|
| 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? |
|
| Back to top |
|
 |
VanDaMe Voice
Joined: 02 Nov 2006 Posts: 8
|
Posted: Sun Nov 12, 2006 10:49 pm Post subject: |
|
|
| Quote: | | return [regexp (?i)(http://|www\\.|irc\\.|\[\[:space:\]\]#) $string] |
In spambuster.tcl I found that line. How can we add more filters?
Such as : *join*#* |
|
| Back to top |
|
 |
demond Revered One

Joined: 12 Jun 2004 Posts: 3073 Location: San Francisco, CA
|
Posted: Mon Nov 13, 2006 11:09 pm Post subject: |
|
|
| VanDaMe wrote: | | Quote: | | 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] tag when posting logs, code |
|
| Back to top |
|
 |
VanDaMe Voice
Joined: 02 Nov 2006 Posts: 8
|
Posted: Tue Nov 14, 2006 4:21 am Post subject: |
|
|
| 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? |
|
| Back to top |
|
 |
demond Revered One

Joined: 12 Jun 2004 Posts: 3073 Location: San Francisco, CA
|
Posted: Thu Nov 16, 2006 6:24 am Post subject: |
|
|
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] tag when posting logs, code |
|
| Back to top |
|
 |
|