awesome, your code is working.. im currently testing it in DALnet network,
currently making some mode lock just as chanserv did (example +nt-pk) and this massban protection is a part of it... thank you very much.
i have a problem in my tcl, if ops banning *[*[*!*@* my bot will detect it as *!*@* (massban) and also if ops banning *[a]*!*@* my bot will detect it as *a*!*@* ; how we can solve this thing? anyone can help me? here are some code i try to make to solve the problem: if {[string match $arg "*!*@...
How we can change address:port of one bot in botnet easily? What command is used for that? manually, we used .chaddr (bot) (address:port) , I didnt found any format command in tcl-commands.doc to make bot change botlist address:port by itself. thank you very much. If someone knows the command, it wi...