trifling: add line from the Carmina Burana codex

This commit is contained in:
anonimal 2017-11-02 23:13:00 +00:00
parent cec92c7ed9
commit b5102e8dfb
No known key found for this signature in database
GPG Key ID: 66A76ECF914409F1
1 changed files with 4 additions and 0 deletions

View File

@ -289,6 +289,10 @@ odboptions = [
def odb(bot, trigger):
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')
def pamp(bot, trigger):
bot.say("Pamp o clock yet?")