From 75dd68733f65e2e313bbd066e7def1a44c04c806 Mon Sep 17 00:00:00 2001 From: urlbot Date: Mon, 29 Sep 2014 19:26:36 +0200 Subject: [PATCH] more precise "teatimer" help --- plugins.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins.py b/plugins.py index 91c238f..26101a9 100644 --- a/plugins.py +++ b/plugins.py @@ -289,7 +289,7 @@ def command_teatimer(args): if 'register' == args: return { 'name': 'teatimer', - 'desc': 'sets a tea timer', + 'desc': 'sets a tea timer to currently %d seconds' % conf('tea_steep_time'), 'args': ('data', 'reply_user'), 'ratelimit_class': RATE_GLOBAL }