From b5102e8dfb896c9afad1ac0ff4b487e0c6463b89 Mon Sep 17 00:00:00 2001 From: anonimal Date: Thu, 2 Nov 2017 23:13:00 +0000 Subject: [PATCH] trifling: add line from the Carmina Burana codex --- trifling.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/trifling.py b/trifling.py index 8f084fc..31e4fcd 100644 --- a/trifling.py +++ b/trifling.py @@ -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?")