This is the new home of the egghelp.org community forum.
All data has been migrated (including user logins/passwords) to a new phpBB version.
For more information, see this announcement post . Click the X in the top right-corner of this box to dismiss this message.
General support and discussion of Eggdrop bots.
Amr
Halfop
Posts: 94 Joined: Fri Sep 14, 2007 7:13 am
Location: Egypt
Post
by Amr » Tue May 08, 2012 7:29 am
hello , I got this error after the command .set errorInfo ;
Currently: argument is not a timerID
Currently: while executing
Currently: "killutimer $UnoCycleTimer"
Any help will be appreciated.
nml375
Revered One
Posts: 2860 Joined: Fri Aug 04, 2006 2:09 pm
Post
by nml375 » Tue May 08, 2012 12:50 pm
That error originates from UnoStop (bound to !stop public command), and the actual error is caught. I'm not sure what it is you are asking help about?
NML_375
Amr
Halfop
Posts: 94 Joined: Fri Sep 14, 2007 7:13 am
Location: Egypt
Post
by Amr » Tue May 08, 2012 1:19 pm
I want this error to disappear after the command .set errorInfo
Thanks
nml375
Revered One
Posts: 2860 Joined: Fri Aug 04, 2006 2:09 pm
Post
by nml375 » Tue May 08, 2012 1:23 pm
Well, you could re-write the UnoStop command to check whether the timer exists before trying to kill it. Personally, I'd probably just leave it as is though, no real benefit as the error thrown by killutimer is caught anyway...
NML_375