diff options
| author | Adam <Adam@anope.org> | 2011-08-24 15:57:05 -0400 |
|---|---|---|
| committer | Adam <Adam@anope.org> | 2011-09-10 01:58:35 -0400 |
| commit | bb8e04c83588b6d0595eca463170643a3bd84285 (patch) | |
| tree | 31f3949cdb3f1f7236f0e02e56027ee35932f0d7 /data | |
| parent | b504791bad450dfc9d28faa8b2009f8eaef0f485 (diff) | |
Added oper:host and oper:vhost
Diffstat (limited to 'data')
| -rw-r--r-- | data/example.conf | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/data/example.conf b/data/example.conf index 1dc7302c0..b9a37a275 100644 --- a/data/example.conf +++ b/data/example.conf @@ -841,6 +841,14 @@ oper /* An optional SSL fingerprint. If defined is required to use this opertype. */ #certfp = "ed3383b3f7d74e89433ddaa4a6e5b2d7" + + /* An optional list of user@host masks. If defined the user must be connected from one of them */ + #host = "*@*.anope.org ident@*" + + /* An optional vhost to set on users who identify for this oper block. + * This will override HostServ vhosts, and may not be available on all IRCds + */ + #vhost = "oper.mynet" } /* |
