From e749f19b3dc726ef587ac972fb75cbe5e29b3779 Mon Sep 17 00:00:00 2001 From: Sfan5 Date: Tue, 7 Jan 2014 10:28:31 +0100 Subject: [PATCH] [ShortUtils] Add more useless stuff :3 --- shortutils.py | 22 +++++++++++++++++++++- 1 file changed, 21 insertions(+), 1 deletion(-) diff --git a/shortutils.py b/shortutils.py index d199f64..a2e560f 100644 --- a/shortutils.py +++ b/shortutils.py @@ -101,4 +101,24 @@ def proc(phenny, input): u = "" phenny.say(u + "someone thinks you need to stop procrastinating.") -proc.commands = ['proc'] \ No newline at end of file +proc.commands = ['proc'] + +def doge(phenny, input): + """much wow, very function, such programming""" + for x in phenny.bot.commands["high"].values(): + if x[0].__name__ == "aa_hook": + if x[0](phenny, input): + return + phenny.say("http://is.gd/zgopNT") # http://fc09.deviantart.net/fs70/f/2014/002/d/f/wow_by_kawiku-d70lb8q.png + +doge.commands = ['doge'] + +def catbug(phenny, input): + for x in phenny.bot.commands["high"].values(): + if x[0].__name__ == "aa_hook": + if x[0](phenny, input): + return + phenny.say("http://is.gd/uZNzyW") # http://fc05.deviantart.net/fs70/f/2013/089/b/9/just_one_peanut_butter_square_by_oemilythepenguino-d5zvsem.png + +catbug.commands = ['catbug'] +