diff --git a/bot/admin.py b/bot/admin.py index 543370c..4ad1d96 100644 --- a/bot/admin.py +++ b/bot/admin.py @@ -25,7 +25,7 @@ def reload(bot: Bot, mask: IrcString, target: IrcString, args: Dict): @irc3.event(irc3.rfc.CONNECTED) def connected(bot, srv, me, data): - bot.mode(me, '+R') + bot.mode(me, '+B') class Admin(Plugin): diff --git a/bot/useless.py b/bot/useless.py index e75dadb..5c88858 100644 --- a/bot/useless.py +++ b/bot/useless.py @@ -451,6 +451,15 @@ class Useless(DatabasePlugin): """ self.bot.action(target, 'wünscht einen tollen schwulmo an alle :********') + @command + def iframe(self, mask: IrcString, target: IrcString, args: Dict): + """ddoses someone with an iframe! + + %%iframe [] + """ + nick = args.get('', mask.nick) + self.bot.action(target, 'starts a low skilled, fuuuf like iframe ddos attack on {0}'.format(nick, nick)) + def husbando_waifu(self, field: str, mask: IrcString, target: IrcString, args: Dict): nick = args.get('', mask.nick) if isinstance(nick, list):