diff options
-rw-r--r-- | data/chanserv.example.conf | 2 | ||||
-rw-r--r-- | data/nickserv.example.conf | 7 |
2 files changed, 6 insertions, 3 deletions
diff --git a/data/chanserv.example.conf b/data/chanserv.example.conf index ed8f36ef5..114d1f97e 100644 --- a/data/chanserv.example.conf +++ b/data/chanserv.example.conf @@ -1098,7 +1098,7 @@ command { service = "ChanServ"; name = "SET"; command = "chanserv/set"; } * Is a dummy command to provide a help wrapper for the various SASET commands. */ module { name = "cs_saset" } -command { service = "ChanServ"; name = "SASET"; command = "chanserv/saset"; permission = "chanserv/saset"; } +command { service = "ChanServ"; name = "SASET"; command = "chanserv/saset"; permission = "chanserv/saset/"; } /* * cs_set_autoop diff --git a/data/nickserv.example.conf b/data/nickserv.example.conf index b7fd37add..5c8b3f82e 100644 --- a/data/nickserv.example.conf +++ b/data/nickserv.example.conf @@ -435,6 +435,9 @@ command { service = "NickServ"; name = "LOGOUT"; command = "nickserv/logout"; } */ module { name = "ns_recover" } command { service = "NickServ"; name = "RECOVER"; command = "nickserv/recover"; } +# Uncomment below to emulate 1.8's behavior of ghost, recover, and release. +#command { service = "NickServ"; name = "GHOST"; command = "nickserv/recover"; } +#command { service = "NickServ"; name = "RELEASE"; command = "nickserv/recover"; } /* * ns_register @@ -466,8 +469,8 @@ command { service = "NickServ"; name = "RESETPASS"; command = "nickserv/resetpas * Used as a help wrapper for SASET commands, and used to force change users password. */ module { name = "ns_saset" } -command { service = "NickServ"; name = "SASET"; command = "nickserv/saset"; } -command { service = "NickServ"; name = "SASET PASSWORD"; command = "nickserv/saset/password"; } +command { service = "NickServ"; name = "SASET"; command = "nickserv/saset"; permission = "nickserv/saset/" } +command { service = "NickServ"; name = "SASET PASSWORD"; command = "nickserv/saset/password"; permission = "nickserv/saset/password" } /* * ns_saset_noexpire |