mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-24 03:29:28 +01:00
Scheduler: remove spammy debug output.
This commit is contained in:
parent
f9fc250a62
commit
3a0e19bc22
@ -198,9 +198,6 @@ class Scheduler(callbacks.Plugin):
|
||||
for (i, (name, command)) in enumerate(L):
|
||||
L[i] = format('%s: %q', name, command['command'])
|
||||
irc.reply(format('%L', L))
|
||||
irc.reply(schedule.schedule.schedule)
|
||||
irc.reply(schedule.schedule.events)
|
||||
irc.reply(schedule.schedule.counter)
|
||||
else:
|
||||
irc.reply('There are currently no scheduled commands.')
|
||||
list = wrap(list)
|
||||
|
@ -1,3 +1,3 @@
|
||||
"""stick the various versioning attributes in here, so we only have to change
|
||||
them once."""
|
||||
version = '0.83.4.1+gribble (2010-08-20T11:08:31-0400)'
|
||||
version = '0.83.4.1+gribble (2010-09-02T08:54:13-0400)'
|
||||
|
Loading…
Reference in New Issue
Block a user