4
mirror of git://git.acid.vegas/unrealircd.git synced 2024-11-15 04:26:41 +00:00

Minor changes

This commit is contained in:
Dionysus 2023-05-11 21:10:36 -04:00
parent 1d0b84a414
commit 5c0b1990ae
Signed by: acidvegas
GPG Key ID: EF4B922DB85DC9DE
3 changed files with 6 additions and 5 deletions

View File

@ -74,7 +74,7 @@ loadmodule "setident";
loadmodule "squit"; loadmodule "squit";
loadmodule "stats"; loadmodule "stats";
loadmodule "tkl"; loadmodule "tkl";
#loadmodule "tline"; loadmodule "tline";
loadmodule "trace"; loadmodule "trace";
loadmodule "tsctl"; loadmodule "tsctl";
loadmodule "unsqline"; loadmodule "unsqline";
@ -229,7 +229,7 @@ loadmodule "history_backend_mem";
loadmodule "ident_lookup"; loadmodule "ident_lookup";
loadmodule "jointhrottle"; loadmodule "jointhrottle";
loadmodule "json-log-tag"; loadmodule "json-log-tag";
#loadmodule "max-unknown-connections-per-ip"; loadmodule "max-unknown-connections-per-ip";
loadmodule "targetfloodprot"; loadmodule "targetfloodprot";
loadmodule "tkldb"; loadmodule "tkldb";
loadmodule "tls_antidos"; loadmodule "tls_antidos";
@ -243,4 +243,4 @@ loadmodule "watch-backend";
#loadmodule "webirc"; #loadmodule "webirc";
#loadmodule "webserver"; #loadmodule "webserver";
#loadmodule "websocket"; #loadmodule "websocket";
loadmodule "websocket_common"; #loadmodule "websocket_common";

View File

@ -94,7 +94,7 @@ oper cancer {
operclass cancer; operclass cancer;
require-modes z; require-modes z;
maxlogins 1; maxlogins 1;
vhost NCER; vhost RETTE;
} }
################################################## ##################################################
@ -113,7 +113,7 @@ operclass mate {
} }
self { opermodes; unkickablemode; } self { opermodes; unkickablemode; }
kill { global; } kill { global; }
server-ban { gline; server-ban { gline; }
} }
} }

View File

@ -113,6 +113,7 @@ set {
private-notice { except { connect-time 300; identified yes; reputation-score 100; } } private-notice { except { connect-time 300; identified yes; reputation-score 100; } }
} }
auto-join "#superbowl"; auto-join "#superbowl";
oper-auto-join "#services";
static-quit "EMO-QUIT"; static-quit "EMO-QUIT";
static-part "EMO-PART"; static-part "EMO-PART";
nick-length 20; nick-length 20;