From 0c102513fdd3c42d4e459e65b8523e47299ec067 Mon Sep 17 00:00:00 2001 From: mutantmonkey Date: Wed, 1 Dec 2010 18:06:26 -0500 Subject: [PATCH] Announce when it will soon be yi --- modules/clock.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/modules/clock.py b/modules/clock.py index f848423..e31c00e 100755 --- a/modules/clock.py +++ b/modules/clock.py @@ -265,6 +265,8 @@ def yi(phenny, input): extraraels, remainder = divide(remainder, 432000) if extraraels == 4: return phenny.say('Yes! PARTAI!') + elif extraraels == 3: + return phenny.say('Soon...') else: phenny.say('Not yet...') yi.commands = ['yi'] yi.priority = 'low'