ascii: remove buddha command
This commit is contained in:
parent
b1100db649
commit
6986798245
27
bot/ascii.py
27
bot/ascii.py
|
@ -9,33 +9,6 @@ from . import Plugin
|
||||||
|
|
||||||
class Ascii(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
|
@command
|
||||||
def rotschwuchtel(self, mask: IrcString, target: IrcString, args: Dict):
|
def rotschwuchtel(self, mask: IrcString, target: IrcString, args: Dict):
|
||||||
"""prints a giant hammer and sickle
|
"""prints a giant hammer and sickle
|
||||||
|
|
Loading…
Reference in New Issue
Block a user