diff options
author | Adam <Adam@anope.org> | 2015-03-11 09:30:02 -0400 |
---|---|---|
committer | Adam <Adam@anope.org> | 2015-03-11 09:30:02 -0400 |
commit | b67963353fee302e08aebc566dbf61d84407940f (patch) | |
tree | 1847427eb832aef873655311345f23bd133f7486 | |
parent | a899c04ec20bb85a0af994c3e7dfd80686cbef2b (diff) |
Hide set desc because set description exists
-rw-r--r-- | data/chanserv.example.conf | 2 |
1 files changed, 1 insertions, 1 deletions
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"; } |