diff options
author | lethality <lethality@anope.org> | 2011-07-23 13:22:56 +0100 |
---|---|---|
committer | lethality <lethality@anope.org> | 2011-07-23 13:22:56 +0100 |
commit | 023d4b44eccf4e1f51f07a596f02d32c892e63df (patch) | |
tree | c670cc086272f2607dfc92c00ae05428f2dda989 | |
parent | 87d2f4b8d7c574759d1d9e5f69524a5be857fb60 (diff) |
Fixed a typo that broke CS SET RESTRICTD and re-added abbreviation for CS SET DESC
-rw-r--r-- | data/commands.example.conf | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/data/commands.example.conf b/data/commands.example.conf index a3481bc11..5c0c04cfc 100644 --- a/data/commands.example.conf +++ b/data/commands.example.conf @@ -85,7 +85,9 @@ command { service = "ChanServ"; name = "SET BANTYPE"; command = "chanserv/set/ba command { service = "ChanServ"; name = "SASET BANTYPE"; command = "chanserv/saset/bantype"; } module { name = "cs_set_description" } command { service = "ChanServ"; name = "SET DESCRIPTION"; command = "chanserv/set/description"; } +command { service = "ChanServ"; name = "SET DESC"; command = "chanserv/set/description"; } command { service = "ChanServ"; name = "SASET DESCRIPTION"; command = "chanserv/saset/description"; } +command { service = "ChanServ"; name = "SASET DESC"; command = "chanserv/saset/description"; } module { name = "cs_set_founder" } command { service = "ChanServ"; name = "SET FOUNDER"; command = "chanserv/set/founder"; } command { service = "ChanServ"; name = "SASET FOUNDER"; command = "chanserv/saset/founder"; } @@ -105,8 +107,8 @@ module { name = "cs_set_private" } command { service = "ChanServ"; name = "SET PRIVATE"; command = "chanserv/set/private"; } command { service = "ChanServ"; name = "SASET PRIVATE"; command = "chanserv/saset/private"; } module { name = "cs_set_restricted" } -command { service = "ChanServ"; name = "SET RESITRCTED"; command = "chanserv/set/restricted"; } -command { service = "ChanServ"; name = "SASET RESITRCTED"; command = "chanserv/saset/restricted"; } +command { service = "ChanServ"; name = "SET RESTRICTED"; command = "chanserv/set/restricted"; } +command { service = "ChanServ"; name = "SASET RESTRICTED"; command = "chanserv/saset/restricted"; } module { name = "cs_set_secure" } command { service = "ChanServ"; name = "SET SECURE"; command = "chanserv/set/secure"; } command { service = "ChanServ"; name = "SASET SECURE"; command = "chanserv/saset/secure"; } |