Fix tall
This commit is contained in:
parent
ed722077fa
commit
a5e767266d
|
@ -478,6 +478,10 @@ urmomoptions = [
|
||||||
def urmom(bot, trigger):
|
def urmom(bot, trigger):
|
||||||
bot.say(random.choice(urmomoptions))
|
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 = [
|
vitalikoptions = [
|
||||||
"https://pbs.twimg.com/media/CrWjczJXgAExF2S.jpg",
|
"https://pbs.twimg.com/media/CrWjczJXgAExF2S.jpg",
|
||||||
"mETH, not even once: https://cdn-az.allevents.in/banners/e7df519e0808bac49fa3aaf503aff87d",
|
"mETH, not even once: https://cdn-az.allevents.in/banners/e7df519e0808bac49fa3aaf503aff87d",
|
||||||
|
@ -488,7 +492,6 @@ vitalikoptions = [
|
||||||
def vitalik(bot, trigger):
|
def vitalik(bot, trigger):
|
||||||
bot.say(random.choice(vitalikoptions))
|
bot.say(random.choice(vitalikoptions))
|
||||||
|
|
||||||
|
|
||||||
@sopel.module.commands('wat')
|
@sopel.module.commands('wat')
|
||||||
def wat(bot, trigger):
|
def wat(bot, trigger):
|
||||||
bot.say("https://www.destroyallsoftware.com/talks/wat")
|
bot.say("https://www.destroyallsoftware.com/talks/wat")
|
||||||
|
|
Loading…
Reference in New Issue