]> jfr.im git - irc/rqf/shadowircd.git/blobdiff - doc/example.conf
Automated merge with ssh://shadowircd/uranium/shadowircd/
[irc/rqf/shadowircd.git] / doc / example.conf
index 0d261d1ca8f266fc180891e94ee1aa8d10ff2926..33b9b032680f5fe30302ccf2d6d90c3114478a18 100755 (executable)
@@ -326,6 +326,9 @@ exempt {
 };
 
 channel {
+       autochanmodes = "nt";
+       use_halfop = yes;
+       use_owner = yes;
        use_invex = yes;
        use_except = yes;
        use_knock = yes;
@@ -345,6 +348,7 @@ channel {
        cycle_host_change = yes;
        host_in_topic = yes;
        resv_forcepart = yes;
+       kick_no_rejoin_time = 30 seconds;
 };
 
 serverhide {
@@ -404,6 +408,14 @@ alias "MemoServ" {
        target = "MemoServ";
 };
 
+alias "HostServ" {
+       target = "HostServ";
+};
+
+alias "BotServ" {
+       target = "BotServ";
+};
+
 alias "NS" {
        target = "NickServ";
 };
@@ -420,17 +432,25 @@ alias "MS" {
        target = "MemoServ";
 };
 
+alias "HS" {
+       target = "HostServ";
+};
+
+alias "BS" {
+       target = "BotServ";
+};
+
 general {
        hide_error_messages = opers;
        hide_spoof_ips = yes;
 
        /*
-        * default_umodes: umodes to enable on connect.
-        * If you have enabled the new ip_cloaking module, and you want
-        * to make use of it, add +x to this option, i.e.:
-        *      default_umodes = "+ix";
+        * default umodes: umodes to set upon connection
+        * If you have enabled the ip_cloaking extension, and you wish for
+        * incoming clients to be cloaked upon connection, +x must be in
+        * the umode string below.
         */
-       default_umodes = "+i";
+       default_umodes = "+ix";
 
        default_operstring = "is an IRC Operator";
        default_adminstring = "is a Server Administrator";