diff --git a/bot/useless.py b/bot/useless.py index 659ca0f..90bb1d2 100644 --- a/bot/useless.py +++ b/bot/useless.py @@ -487,6 +487,15 @@ class Useless(DatabasePlugin): """ self.bot.action(target, 'https://files.catbox.moe/ma2dfs.png') + @command + def hebamme(self, mask: IrcString, target: IrcString, args: Dict): + """Tells you to get the fuck outta this group + + %%hebamme [] + """ + nick = args.get('', mask.nick) + self.bot.action(target, 'macht {0} klar, dass er sich lieber verpissen sollte'.format(nick, nick)) + def husbando_waifu(self, field: str, mask: IrcString, target: IrcString, args: Dict): nick = args.get('', mask.nick) if isinstance(nick, list):