trifling: add line from the Carmina Burana codex
This commit is contained in:
parent
cec92c7ed9
commit
b5102e8dfb
|
@ -289,6 +289,10 @@ odboptions = [
|
||||||
def odb(bot, trigger):
|
def odb(bot, trigger):
|
||||||
bot.say(random.choice(odboptions))
|
bot.say(random.choice(odboptions))
|
||||||
|
|
||||||
|
@sopel.module.commands('orff')
|
||||||
|
def orff(bot, trigger):
|
||||||
|
bot.say("O Fortuna velut luna statu variabilis, semper crescis aut decrescis; vita detestabilis nunc obdurat et tunc curat ludo mentis aciem, egestatem, potestatem dissolvit ut glaciem.")
|
||||||
|
|
||||||
@sopel.module.commands('pamp')
|
@sopel.module.commands('pamp')
|
||||||
def pamp(bot, trigger):
|
def pamp(bot, trigger):
|
||||||
bot.say("Pamp o clock yet?")
|
bot.say("Pamp o clock yet?")
|
||||||
|
|
Loading…
Reference in New Issue