Code: Select all
set flags "t|n"
Code: Select all
proc flags {} {
global flags
return $flags
}
Code: Select all
if {[matchattr $handle [flags]] == 1} {
Code: Select all
set flags "t|n"
Code: Select all
set flags "p"
With eggdrop there is some amount of reading required. I'd suggest you read the (comprehensive) documentation in ./eggdrop1.6.18/doc; it is also in HTML format.BoaR wrote:is there a particular reason why the bot requires users to have +t flag though? botnet masters users do some maintainance on the bot so maybe what the procs are doing is some maintainance ? the procs mainly only write/read a file nothing more.