From 2fd609b611fb8798eb47e60771032ef10a0e75ab Mon Sep 17 00:00:00 2001 From: Thorsten S Date: Tue, 22 Dec 2015 18:42:48 +0100 Subject: [PATCH] =?UTF-8?q?einf=C3=BChrung=20der=20deutschen=20sprache?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- plugins.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins.py b/plugins.py index 532ba3e..e414b8f 100644 --- a/plugins.py +++ b/plugins.py @@ -603,7 +603,7 @@ def command_usersetting(argv, **args): @pluginfunction('cake', 'displays a cake ASCII art', ptypes_COMMAND, ratelimit_class=RATE_FUN | RATE_GLOBAL) def command_cake(argv, **args): - if 'please' in argv: + if {'please', 'bitte'}.intersection(set(argv)): return { 'msg': 'cake for {}: {}'.format(args['reply_user'], giphy('cake', 'dc6zaTOxFJmzC')) }