1
0
mirror of http://aero2k.de/t/repos/urlbot-native.git synced 2017-09-06 15:25:38 +02:00

teatimer works again, remove comment

This commit is contained in:
urlbot
2015-07-19 01:12:22 +02:00
parent 1ac9904983
commit 1da6e0bca1

View File

@@ -452,8 +452,6 @@ def command_teatimer(argv, **args):
'msg': args['reply_user'] + ': time format error: ' + str(e)
}
# FIXME: this is currently broken because the msg_obj gets modified by the very
# first reply and can't be reused to .reply() with another message
register_event(ready, send_reply, (args['reply_user'] + ': Your tea is ready!', args['msg_obj']))
return {