mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-02 17:29:22 +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
|
||||
f = self._makeCommandFunction(irc, msg, command)
|
||||
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
|
||||
|
Loading…
Reference in New Issue
Block a user