If no bots are linked, and you try a .taketest on some channel it says: Tcl error [dcc:taketest]: divide by zero
I think you should add an if statement like this: if ([llength [$bots]] != 0) { }
after this line: set bots [llength [getoppedbots $a]]
Log in to post a comment.