fix for hiatus

This commit is contained in:
Christine Dodrill 2015-11-28 18:34:20 -08:00
parent 4d5a05614d
commit c8b152e3fe
1 changed files with 17 additions and 13 deletions

View File

@ -16,6 +16,7 @@ def get_time(ep):
def when(inp, say=None):
#"Shows the countdown to the new episode of My Little Pony: Friendship is Magic!"
try:
ep = ponyapi.newest()
now, then, td = get_time(ep)
seasonep = ""
@ -34,6 +35,9 @@ def when(inp, say=None):
return reply
except:
return "404! We're on hiatus!"
@hook.command
def randomep(inp):
#"Shows a random episode of My Little Pony: Friendship is Magic"