diff options
| author | lethality <lethality@anope.org> | 2011-07-31 14:41:59 +0100 |
|---|---|---|
| committer | lethality <lethality@anope.org> | 2011-07-31 14:41:59 +0100 |
| commit | 7f69d2b95f5d5bfb85cb0d224361c090167afd76 (patch) | |
| tree | e638c48bb689a916eea183d246db75644801384f /data | |
| parent | a18e3f33802d282a227d20aabfd8f6425b5e40d0 (diff) | |
Fixed bug #1300
Diffstat (limited to 'data')
| -rw-r--r-- | data/commands.example.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/data/commands.example.conf b/data/commands.example.conf index 2e04ec9b1..0fd81e49c 100644 --- a/data/commands.example.conf +++ b/data/commands.example.conf @@ -261,7 +261,7 @@ command { service = "NickServ"; name = "SET MESSAGE"; command = "nickserv/set/me command { service = "NickServ"; name = "SASET MESSAGE"; command = "nickserv/saset/message"; } module { name = "ns_set_private" } command { service = "NickServ"; name = "SET PRIVATE"; command = "nickserv/set/private"; } -command { service = "NickServ"; name = "SASET PRIVATE"; command = "nickserv/set/private"; } +command { service = "NickServ"; name = "SASET PRIVATE"; command = "nickserv/saset/private"; } module { name = "ns_set_secure" } command { service = "NickServ"; name = "SET SECURE"; command = "nickserv/set/secure"; } command { service = "NickServ"; name = "SASET SECURE"; command = "nickserv/saset/secure"; } |
