]> jfr.im git - irc/rqf/shadowircd.git/blobdiff - doc/example.conf
Merge.
[irc/rqf/shadowircd.git] / doc / example.conf
index 1e621018c0589aead38add057f802387366ec556..cba5676b2c8c1d54bd5749a6baf614b299036b2d 100755 (executable)
@@ -373,6 +373,7 @@ exempt {
 
 channel {
        autochanmodes = "nt";
+       admin_on_channel_create = no;
        exemptchanops = "NT";
        use_halfop = yes;
        use_admin = yes;
@@ -396,6 +397,7 @@ channel {
        cycle_host_change = yes;
        host_in_topic = yes;
        resv_forcepart = yes;
+       channel_target_change = yes;
 };
 
 serverhide {
@@ -470,6 +472,10 @@ alias "InfoServ" {
        target = "InfoServ";
 };
 
+alias "GroupServ" {
+       target = "GroupServ";
+};
+
 alias "NS" {
        target = "NickServ";
 };
@@ -498,6 +504,10 @@ alias "IS" {
        target = "InfoServ";
 };
 
+alias "GS" {
+       target = "GroupServ";
+};
+
 general {
        hide_error_messages = opers;
        hide_spoof_ips = yes;
@@ -516,6 +526,7 @@ general {
        #static_quit = "I like turtles!";
        servicestring = "is a Network Service";
        disable_fake_channels = no;
+       hide_channel_below_users = 3;
         tkline_expire_notices = no;
         default_floodcount = 10;
        failed_oper_notice = yes;