From 0da4efdc09bb3bb889a17d55f098749dc68ebd54 Mon Sep 17 00:00:00 2001 From: Christine Dodrill Date: Wed, 11 Nov 2015 14:13:12 -0800 Subject: [PATCH] h is better now --- plugins/shitposting.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/shitposting.py b/plugins/shitposting.py index 91d42e8..bd655d0 100644 --- a/plugins/shitposting.py +++ b/plugins/shitposting.py @@ -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)