when Freya starts up the operators are never loaded.
after many hrs of scratching my head I finally found out why!
the config is not loaded before we start setting all the timer stuff. so it thinks you have the op chat turned off.
here is the fix.
line 52-59:
my(@configdata);
&loadconfig();
if ($opchat) { $SIG{ALRM} = \&ScriptTimer; } # Yay for timers !!
sub main() {
odch::register_script_name($botname);
if ($opchat) { alarm $wait; }... read more
I am changing the version numbering a bit. being it has come to my attention that I have been making rather large changes .. and only doing a minor version number change ;) ... so this version should be out sometime soon ... just need to find a full day that I can sit down and work on the remaining things left. I've not updated the web page but will hopefully get to do that tomarrow... I'll also submit the newest copy. ... read more