thanks shockk

This commit is contained in:
Christine Dodrill 2015-11-15 20:04:04 -08:00
parent 941047900a
commit d3b1b154ee
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):
suff = ""
if inp.group(2).startswith("?"):