mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-07 19:49:23 +01:00
Don't replySuccess from Scheduler.repeat.
This commit is contained in:
parent
f1a68ff16f
commit
17c6e69d2f
@ -117,7 +117,8 @@ class Scheduler(callbacks.Privmsg):
|
|||||||
return
|
return
|
||||||
f = self._makeCommandFunction(irc, msg, command)
|
f = self._makeCommandFunction(irc, msg, command)
|
||||||
id = schedule.addPeriodicEvent(f, seconds, name)
|
id = schedule.addPeriodicEvent(f, seconds, name)
|
||||||
irc.reply(msg, conf.replySuccess)
|
# We don't reply because the command runs immediately.
|
||||||
|
# irc.reply(msg, conf.replySuccess)
|
||||||
|
|
||||||
|
|
||||||
Class = Scheduler
|
Class = Scheduler
|
||||||
|
Loading…
Reference in New Issue
Block a user