From b67963353fee302e08aebc566dbf61d84407940f Mon Sep 17 00:00:00 2001 From: Adam Date: Wed, 11 Mar 2015 09:30:02 -0400 Subject: [PATCH] Hide set desc because set description exists --- data/chanserv.example.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/chanserv.example.conf b/data/chanserv.example.conf index 474d9d052..0ad131482 100644 --- a/data/chanserv.example.conf +++ b/data/chanserv.example.conf @@ -1168,7 +1168,7 @@ command { service = "ChanServ"; name = "SET"; command = "chanserv/set"; group = command { service = "ChanServ"; name = "SET AUTOOP"; command = "chanserv/set/autoop"; } command { service = "ChanServ"; name = "SET BANTYPE"; command = "chanserv/set/bantype"; } command { service = "ChanServ"; name = "SET DESCRIPTION"; command = "chanserv/set/description"; } -command { service = "ChanServ"; name = "SET DESC"; command = "chanserv/set/description"; } +command { service = "ChanServ"; name = "SET DESC"; command = "chanserv/set/description"; hide = yes; } command { service = "ChanServ"; name = "SET FOUNDER"; command = "chanserv/set/founder"; } command { service = "ChanServ"; name = "SET KEEPMODES"; command = "chanserv/set/keepmodes"; } command { service = "ChanServ"; name = "SET PEACE"; command = "chanserv/set/peace"; }