diff --git a/plugins/shitposting.py b/plugins/shitposting.py index ca31ed2..91d42e8 100644 --- a/plugins/shitposting.py +++ b/plugins/shitposting.py @@ -4,9 +4,9 @@ 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) + return inp.group(1) + inp.group(2) @hook.regex("dQw4w9WgXcQ") def rickrollProtector(inp):