diff --git a/bot/ascii.py b/bot/ascii.py index 4d48684..6fca82c 100644 --- a/bot/ascii.py +++ b/bot/ascii.py @@ -9,33 +9,6 @@ from . import Plugin class Ascii(Plugin): - @command - def buddha(self, mask: IrcString, target: IrcString, args: Dict): - """prints a giant swastika - - %%buddha - """ - for line in ( - '░░░░░░░░░░░░░░░▄▀▄░░░░░░░░░░░░░░░', - '░░░░░░░░░░░░░▄▀░░░▀▄░░░░░░░░░░░░░', - '░░░░░░░░░░░▄▀░░░░▄▀█░░░░░░░░░░░░░', - '░░░░░░░░░▄▀░░░░▄▀░▄▀░▄▀▄░░░░░░░░░', - '░░░░░░░▄▀░░░░▄▀░▄▀░▄▀░░░▀▄░░░░░░░', - '░░░░░░░█▀▄░░░░▀█░▄▀░░░░░░░▀▄░░░░░', - '░░░▄▀▄░▀▄░▀▄░░░░▀░░░░▄█▄░░░░▀▄░░░', - '░▄▀░░░▀▄░▀▄░▀▄░░░░░▄▀░█░▀▄░░░░▀▄░', - '░█▀▄░░░░▀▄░█▀░░░░░░░▀█░▀▄░▀▄░▄▀█░', - '░▀▄░▀▄░░░░▀░░░░▄█▄░░░░▀▄░▀▄░█░▄▀░', - '░░░▀▄░▀▄░░░░░▄▀░█░▀▄░░░░▀▄░▀█▀░░░', - '░░░░░▀▄░▀▄░▄▀░▄▀░█▀░░░░▄▀█░░░░░░░', - '░░░░░░░▀▄░█░▄▀░▄▀░░░░▄▀░▄▀░░░░░░░', - '░░░░░░░░░▀█▀░▄▀░░░░▄▀░▄▀░░░░░░░░░', - '░░░░░░░░░░░░░█▀▄░▄▀░▄▀░░░░░░░░░░░', - '░░░░░░░░░░░░░▀▄░█░▄▀░░░░░░░░░░░░░', - '░░░░░░░░░░░░░░░▀█▀░░░░░░░░░░░░░░░' - ): - self.bot.privmsg(target, line) - @command def rotschwuchtel(self, mask: IrcString, target: IrcString, args: Dict): """prints a giant hammer and sickle