0 Members and 1 Guest are viewing this topic.
To [bot]: !timer 2h testbot: Timer test with 02:00:00 runtime started! To [bot]: !timersbot: Current timers[bot] Alreadythere: !timer 2h test[bot] bot: Timer test with 02:00:00 runtime started! [bot] Alreadythere: !timers[bot] bot: Current timers
bot [2008-03-30 17:28:17] [TELL] [INC] Dracutza: !timer 4 testbot [2008-03-30 17:28:17] [TELL] [OUT] -> Dracutza: Invalid syntax. Please /tell <bot> !help !timers
bot [2008-03-30 17:27:48] [MAIN] [LOAD] 15_Notify.phpbot [2008-03-30 17:27:48] [SETTINGS] [SAVED] schemaversion for module timer set to 3 as datatype intbot [2008-03-30 17:27:50] [MAIN] [LOAD] 15_Timer_Core.phpbot [2008-03-30 17:27:50] [CORE] [ERROR] Module 'ini' does not exist or is not loaded.bot [2008-03-30 17:27:50] [CORE] [ERROR] Module 'ini' does not exist or is not loaded.bot [2008-03-30 17:27:50] [MAIN] [LOAD] 99_0.4_Support.php
$this -> support_set("ini", "ini");
It's no timer error, the error is in the support module. Remove the line below and the notice should vanish. Not sure what's the line number, simply search for "ini" in the file.Code: [Select]$this -> support_set("ini", "ini");
check you don't have another timer module like i did. That was my problem