From 09be12eed803943a6c97437f55b472371d59632a Mon Sep 17 00:00:00 2001 From: mrhanky Date: Wed, 6 Sep 2017 13:06:21 +0200 Subject: [PATCH] Added .meth command --- bot/drugs.py | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/bot/drugs.py b/bot/drugs.py index 99d11b7..88ca1bb 100644 --- a/bot/drugs.py +++ b/bot/drugs.py @@ -106,3 +106,11 @@ class Drugs(Plugin): nick=args.get('', mask.nick), type=strain_type, )) + + @command + def meth(self, mask: IrcString, target: IrcString, args: Dict): + """Snort some meth *_* + + %%meth [] + """ + self.bot.action(target, 'legt {} eine dicke Line Meth \________'.format(args.get('', mask.nick)))