diff --git a/doc/conf/modules.conf b/doc/conf/modules.conf
@@ -1,3 +1,6 @@
+// Cloaking (+x)
+loadmodule "cloak";
+
// User Commands (Minimal)
#loadmodule "admin";
loadmodule "away";
@@ -137,7 +140,6 @@ loadmodule "usermodes/secureonlymsg"; /* +Z */
loadmodule "usermodes/servicebot"; /* +S */
#loadmodule "usermodes/showwhois"; /* +W */
-
// Snomasks
#loadmodule "snomasks/dccreject"; /* +D */
diff --git a/doc/conf/unrealircd.remote.conf b/doc/conf/unrealircd.remote.conf
@@ -50,7 +50,7 @@ blacklist dronebl {
reply { 3; 5; 6; 7; 8; 9; 10; 11; 12; 13; 14; 15; 16; }
}
action gzline;
- ban-time 1d;
+ ban-time 30d;
reason "8,4 E N T E R T H E V O I D ";
}
@@ -61,7 +61,7 @@ blacklist efnetrbl {
reply { 1; 4; 5; }
}
action gzline;
- ban-time 1d;
+ ban-time 30d;
reason "8,4 E N T E R T H E V O I D ";
}
@@ -72,7 +72,7 @@ blacklist torbl {
reply { 100; }
}
action gzline;
- ban-time 1d;
+ ban-time 30d;
reason "8,4 E N T E R T H E V O I D ";
}
@@ -86,13 +86,15 @@ webirc { mask 78.129.202.38; password "REDACTED"; }
webirc { mask 109.169.29.95 ; password "REDACTED"; }
set {
+ #auto-join "#superbowl";
kline-address "banned@supernets.org";
gline-address "banned@supernets.org";
modes-on-connect "+ipTx";
modes-on-oper "+HIq";
snomask-on-oper "+bcFfkGsSo";
- modes-on-join "+ns";
+ modes-on-join "+Cns";
level-on-join "op";
+ restrict-usermodes "ips";
restrict-channelmodes "CnLpPs";
restrict-commands {
channel-message { connect-delay 60; exempt-identified yes; exempt-reputation-score 100; }
@@ -102,7 +104,6 @@ set {
private-message { connect-delay 300; exempt-identified yes; exempt-reputation-score 100; }
private-notice { connect-delay 3600; exempt-identified yes; exempt-reputation-score 100; }
}
- auto-join "#superbowl";
oper-auto-join "#help";
static-quit "EMO-QUIT";
static-part "EMO-PART";
| |