diff options
author | lethality <lethality@anope.org> | 2011-07-28 07:06:08 +0100 |
---|---|---|
committer | lethality <lethality@anope.org> | 2011-07-28 07:06:08 +0100 |
commit | f5e78d7c88462c4fcb0e190d34b5200a4c63c184 (patch) | |
tree | f24fa892359b6aa24a2d96bfcf222c40abdb4dc3 | |
parent | 25c4985518f8272e34f4ad8e9c396854f20cfd82 (diff) |
Fixed a typo in the nickserv/auspex oper privilege
-rw-r--r-- | data/example.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/data/example.conf b/data/example.conf index 754cfe598..cd6f0570d 100644 --- a/data/example.conf +++ b/data/example.conf @@ -1368,7 +1368,7 @@ opertype commands = "chanserv/list chanserv/suspend chanserv/status chanserv/topic memoserv/staff nickserv/sendpass nickserv/resetpass nickserv/suspend operserv/mode operserv/chankill operserv/szline operserv/akill operserv/session operserv/modlist operserv/sqline operserv/staff operserv/kick operserv/ignore operserv/snline" /* What privs (see above) this opertype has */ - privs = "chanserv/auspex chanserv/no-register-limit memoserv/* nickserv/auxpex nickserv/confirm" + privs = "chanserv/auspex chanserv/no-register-limit memoserv/* nickserv/auspex nickserv/confirm" } opertype |