I'm currently working on my botnet, but when debugging scripts i often get TCL Errors (nobody is perfect except user).
i've been searching for a way to catch this errors and puting them onto the botnet.
but : there is no bind error
TaKeDa from #eggdrop@IRCNet provided me some nice code, but it would still require to modify every proc in my whole code.
then i thought there meight be a way to catch this with a new bind.
when looking at eggdrop .15's source code i found "static int trigger_bind(const char *proc, const char *param)" (tclhash.c, line 668), i think that would be the point to add a callback / whatever, but i cant code in C, so i'm asking here if anyone has allready done it or is willing to do it.