From 79a143229d50d39fe04b3d6cb2dc37ca36232721 Mon Sep 17 00:00:00 2001 From: Andreas Bielawski Date: Sun, 7 Aug 2016 21:30:28 +0200 Subject: [PATCH] - Help: Wichtiger Bugfix --- otouto/plugins/help.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/otouto/plugins/help.lua b/otouto/plugins/help.lua index 9e0b3a3..f890e13 100644 --- a/otouto/plugins/help.lua +++ b/otouto/plugins/help.lua @@ -10,7 +10,7 @@ function help:init(config) "^/hilfe (.+)", "^/help (.+)", "^/(hilfe)_(.+)", - "^/hilfe" + "^/hilfe$" } help.inline_triggers = { "^hilfe (.+)",