h is better now

This commit is contained in:
Christine Dodrill 2015-11-11 14:13:12 -08:00
parent 0214ca90b5
commit 0da4efdc09
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ from util import hook
def skeltal(_):
return "https://www.youtube.com/watch?v=10pqeNBg5d0"
@hook.regex(r"^([hH])(|.)$")
@hook.regex(r"^([hH])(|[?!])$")
def h(inp, channel=None, conn=None):
return inp.group(1) + inp.group(2)