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?
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
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?
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
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?