Fix OperServ inviteme crash
[srvx.git] / srvx.conf.example
index 0d730519dbca88633b2b8f20dfa01458fb5e6a99..28b97903b92a65b6ef4881127d3c5c416d7d401a 100644 (file)
 "services" {
     "nickserv" {
         "nick" "NickServ";
-        // If you want to by have *@* as the default hostmask, set
-        // default_hostmask.  This is discouraged for security reasons.
+       // What user modes do you want this service to have? Please keep in
+       // mind which ircd software you are using here, and that all of the
+       // services need to be at least +o.
+       // "modes" "+iok";
+        // If you want to by have *@* as the default hostmask for all
+        // new accounts, set default_hostmask.  This is discouraged
+        // for security reasons.
         // "default_hostmask" "1";
         // do we warn users when someone new auths to their account?
         "warn_clone_auth" "1";
 
     "opserv" {
         "nick" "OpServ";
+       // What user modes do you want this service to have? Please keep in
+       // mind which ircd software you are using here, and that all of the
+       // services need to be at least +o.
+       // "modes" "+iok";
         // should use of this service be limited to global opers?
         "privileged" "1";
         // fullname for service
         // (This is changed relative srvx-1.0.x, which would use default
         // unless you specified ".disabled".)
         "nick" "ChanServ";
-       // Should ChanServ join the channel? Please do not ask the srvx dev
-       // team for help configuring your ircd or a patch if you attempt to
-       // use this option on ircds that do not support having services off
-       // of the channel. Most people will leave this off; we cannot assist
-       // you in designing your network to make this option usefull to you.
-       "off_channel" "no";
+       // What user modes do you want this service to have? Please keep in
+       // mind which ircd software you are using here, and that all of the
+       // services need to be at least +o.
+       // "modes" "+iok";
+        // Does your ircd have off-channel services support?
+        // Bahamut does; ircu2.10.11 does not.
+        "off_channel" "no";
+       // Does your ircd have a mode for registered channels?
+       // Bahamut does; ircu2.10.11 does not.
+       "use_registered_mode" "no";
         // how long should a person be unseen before resending infoline?
         "info_delay" "120";
         // maximum greeting length
 
     "global" {
         "nick" "Global";
+       // What user modes do you want this service to have? Please keep in
+       // mind which ircd software you are using here, and that all of the
+       // services need to be at least +o.
+       // "modes" "+iok";
         // should users get community announcements by default or not?
         "announcements_default" "on";
     };