Merge pull request #26 from anonimal/orff

trifling: add line from the Carmina Burana codex
This commit is contained in:
jw 2017-11-03 08:16:48 -07:00 committed by GitHub
commit 0d0c4533bd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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?")