diff options
| author | Adam <Adam@anope.org> | 2011-03-14 13:52:26 -0400 |
|---|---|---|
| committer | Adam <Adam@anope.org> | 2011-03-14 13:52:26 -0400 |
| commit | ed73d7675152ccc66f20daedca8586a8de254a84 (patch) | |
| tree | 18f7a1a53a717f24d061550c6670ca6f0ed54f9f /data | |
| parent | 4fe49af8401b956249d924b89b3e69bce5fb6744 (diff) | |
Rewrote some of the opertype system, added os_login
Diffstat (limited to 'data')
| -rw-r--r-- | data/example.conf | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/data/example.conf b/data/example.conf index 28ca69dc7..ee624022e 100644 --- a/data/example.conf +++ b/data/example.conf @@ -799,6 +799,12 @@ oper /* The opertype this person will have */ type = "Services Root" + + /* An optional password. If defined the user must login using /operserv login first */ + #password = "secret" + + /* An optional SSL fingerprint. If defined is required to use this opertype. */ + #certfp = "ed3383b3f7d74e89433ddaa4a6e5b2d7" } oper @@ -1493,7 +1499,7 @@ operserv * * This directive is optional, but highly recommended. */ - modules = "os_help os_global os_stats os_staff os_mode os_kick os_akill os_snline os_sqline os_szline os_chanlist os_userlist os_news os_session os_noop os_jupe os_ignore os_set os_reload os_update os_restart os_quit os_shutdown os_defcon os_chankill os_svsnick os_oline os_modload os_modunload os_modreload os_modlist os_modinfo os_config" + modules = "os_help os_global os_stats os_staff os_mode os_kick os_akill os_snline os_sqline os_szline os_chanlist os_userlist os_news os_session os_noop os_jupe os_ignore os_set os_reload os_update os_restart os_quit os_shutdown os_defcon os_chankill os_svsnick os_oline os_modload os_modunload os_modreload os_modlist os_modinfo os_config os_login" /* * If set, Services Admins will be able to use SUPERADMIN [ON|OFF] which will temporarily grant |
