diff options
| author | Adam <Adam@anope.org> | 2011-11-20 15:31:01 -0500 |
|---|---|---|
| committer | Adam <Adam@anope.org> | 2011-11-20 15:31:01 -0500 |
| commit | 781ed11ba82dddac72976bd271adc44314a0221f (patch) | |
| tree | bb5d35f72dd1a91e10817ef40e4de2cfb89de4ae /data | |
| parent | 6f8f7491db7bab181249d8acad9c8443605bb05f (diff) | |
Allow services operators to modify other users access list
Diffstat (limited to 'data')
| -rw-r--r-- | data/example.conf | 1 | ||||
| -rw-r--r-- | data/nickserv.example.conf | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/data/example.conf b/data/example.conf index 02f8df752..ab6f5ab34 100644 --- a/data/example.conf +++ b/data/example.conf @@ -721,6 +721,7 @@ log * memoserv/info - Can see any information with /memoserv info * memoserv/set-limit - Can set the limit of max stored memos on any user and channel * memoserv/no-limit - Can send memos through limits and throttles + * nickserv/access - Can modify other users access list * nickserv/auspex - Can see any information with /nickserv info * nickserv/confirm - Can confirm other users nicknames * nickserv/drop - Can drop other users nicks diff --git a/data/nickserv.example.conf b/data/nickserv.example.conf index f9216f766..6b3cae487 100644 --- a/data/nickserv.example.conf +++ b/data/nickserv.example.conf @@ -211,7 +211,7 @@ nickserv guestnickprefix = "Guest" /* - * Prevents the use of the DROP, FORBID, GETPASS, and SET PASSWORD commands by Services Admins + * Prevents the use of the ACCESS, DROP, FORBID, GETPASS, and SET PASSWORD commands by Services Admins * on other Services Admins or the Services Root(s). * * This directive is optional, but recommended. |
