This commit is contained in:
root 2017-10-07 13:42:27 +00:00
parent ed722077fa
commit a5e767266d
1 changed files with 4 additions and 1 deletions

View File

@ -478,6 +478,10 @@ urmomoptions = [
def urmom(bot, trigger):
bot.say(random.choice(urmomoptions))
@sopel.module.commands('verge', 'xvg', 'wraith')
def verge(bot, trigger):
bot.say(u"👻🐕 Don't wraith my dark doge bro! 👻🐕".encode('utf8'))
vitalikoptions = [
"https://pbs.twimg.com/media/CrWjczJXgAExF2S.jpg",
"mETH, not even once: https://cdn-az.allevents.in/banners/e7df519e0808bac49fa3aaf503aff87d",
@ -488,7 +492,6 @@ vitalikoptions = [
def vitalik(bot, trigger):
bot.say(random.choice(vitalikoptions))
@sopel.module.commands('wat')
def wat(bot, trigger):
bot.say("https://www.destroyallsoftware.com/talks/wat")