diff --git a/plugins/Scheduler/plugin.py b/plugins/Scheduler/plugin.py index 61c58bb03..226f12e45 100644 --- a/plugins/Scheduler/plugin.py +++ b/plugins/Scheduler/plugin.py @@ -202,9 +202,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) diff --git a/src/version.py b/src/version.py index b9bdd5d06..ec533fe31 100644 --- a/src/version.py +++ b/src/version.py @@ -1,3 +1,3 @@ """stick the various versioning attributes in here, so we only have to change them once.""" -version = '0.83.4.1+limnoria (2011-07-07T13:31:50+0200)' +version = '0.83.4.1+limnoria (2011-07-07T13:33:30+0200)'