1
0
mirror of https://github.com/anope/anope.git synced 2026-07-09 11:03:11 +02:00

Added oper:host and oper:vhost

This commit is contained in:
Adam
2011-08-24 15:57:05 -04:00
parent b504791bad
commit bb8e04c835
6 changed files with 50 additions and 14 deletions
+8
View File
@@ -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"
}
/*