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

einführung der deutschen sprache

This commit is contained in:
Thorsten S
2015-12-22 18:42:48 +01:00
parent 4ad9736f3f
commit 2fd609b611

View File

@@ -603,7 +603,7 @@ def command_usersetting(argv, **args):
@pluginfunction('cake', 'displays a cake ASCII art', ptypes_COMMAND, ratelimit_class=RATE_FUN | RATE_GLOBAL) @pluginfunction('cake', 'displays a cake ASCII art', ptypes_COMMAND, ratelimit_class=RATE_FUN | RATE_GLOBAL)
def command_cake(argv, **args): def command_cake(argv, **args):
if 'please' in argv: if {'please', 'bitte'}.intersection(set(argv)):
return { return {
'msg': 'cake for {}: {}'.format(args['reply_user'], giphy('cake', 'dc6zaTOxFJmzC')) 'msg': 'cake for {}: {}'.format(args['reply_user'], giphy('cake', 'dc6zaTOxFJmzC'))
} }