X-Git-Url: https://jfr.im/git/irc/rqf/shadowircd.git/blobdiff_plain/28ba4f8f9786796ef9abaa39a0f543a4285224e4..0b7d7dd9604ffe6593da3035f3357e7c3aa2fbe8:/doc/example.conf diff --git a/doc/example.conf b/doc/example.conf index 0d261d1..33b9b03 100755 --- a/doc/example.conf +++ b/doc/example.conf @@ -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";