From 517281a5ac8fe6468d86d452c041352145cb9604 Mon Sep 17 00:00:00 2001 From: yago Date: Sat, 22 Nov 2014 14:44:00 +0100 Subject: [PATCH] hello space --- plugins/hello.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/hello.lua b/plugins/hello.lua index e48dc1b..f9b13ba 100644 --- a/plugins/hello.lua +++ b/plugins/hello.lua @@ -7,7 +7,7 @@ return { description = "Says hello to someone", usage = "say hello to [name]", patterns = { - "^say hello to (.*)$". + "^say hello to (.*)$", "^Say hello to (.*)$" }, run = run