From 5cdd0dd3b3c9b100237d77094a4acca65d2f6e4b Mon Sep 17 00:00:00 2001 From: Thorsten Date: Sat, 28 Nov 2015 13:19:25 +0100 Subject: [PATCH] fix teatimer --- plugins.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins.py b/plugins.py index 77f6806..850aa38 100644 --- a/plugins.py +++ b/plugins.py @@ -480,7 +480,7 @@ def command_teatimer(argv, **args): ), 'event': { 'time': ready, - 'msg': (args['reply_user'] + ': Your tea is ready!', args['msg_obj']) + 'msg': (args['reply_user'] + ': Your tea is ready!') } }