]> jfr.im git - irc/rqf/shadowircd.git/blobdiff - doc/reference.conf
Add operator::vhost option.
[irc/rqf/shadowircd.git] / doc / reference.conf
index 5642ad79e7ec7aface5544c5a9233928b6ae3706..7978cb4b5af5d1b7c285b4cbbf4e5261895a567b 100755 (executable)
@@ -485,6 +485,12 @@ operator "god" {
         */
        snomask = "+Zbfkrsuy";
 
+       /* vhost: defines the vhost that this oper will get on oper up.
+        * this must be a valid hostmask. If this is specified the oper
+        * will not be given default_operhost.
+        */
+       vhost = "is.an.oper";
+
        /* flags: misc options for the operator.  You may prefix an option
         * with ~ to disable it, e.g. ~encrypted.
         *