From 3b2d798e76c872bfca208f12672f1371d3cf0725 Mon Sep 17 00:00:00 2001 From: Sadie Powell Date: Fri, 19 Sep 2025 11:40:40 +0100 Subject: [PATCH] Allow unprivileged users to use !help by default. --- data/botserv.example.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/botserv.example.conf b/data/botserv.example.conf index 33750d1e8..04a21bb58 100644 --- a/data/botserv.example.conf +++ b/data/botserv.example.conf @@ -384,7 +384,7 @@ fantasy { name = "ENFORCE"; command = "chanserv/enforce"; } fantasy { name = "ENTRYMSG"; command = "chanserv/entrymsg"; } fantasy { name = "FLAGS"; command = "chanserv/flags"; } fantasy { name = "HALFOP"; command = "chanserv/modes"; } -fantasy { name = "HELP"; command = "generic/help"; prepend_channel = no; } +fantasy { name = "HELP"; command = "generic/help"; prepend_channel = no; require_privilege = no; } fantasy { name = "HOP"; command = "chanserv/xop"; } fantasy { name = "INFO"; command = "chanserv/info"; prepend_channel = no; } fantasy { name = "INVITE"; command = "chanserv/invite"; }