mirror of
git://git.acid.vegas/unrealircd.git
synced 2024-11-27 02:16:39 +00:00
Fixed mistakes in config
This commit is contained in:
parent
11daf071b8
commit
00aca0130e
@ -120,7 +120,7 @@ set {
|
|||||||
private-notice { except { connect-time 300; identified yes; reputation-score 100; } }
|
private-notice { except { connect-time 300; identified yes; reputation-score 100; } }
|
||||||
}
|
}
|
||||||
oper-auto-join "#syslog";
|
oper-auto-join "#syslog";
|
||||||
who-limit 0;
|
who-limit 1;
|
||||||
nick-length 20;
|
nick-length 20;
|
||||||
maxchannelsperuser 10;
|
maxchannelsperuser 10;
|
||||||
channel-command-prefix "`!@$.";
|
channel-command-prefix "`!@$.";
|
||||||
@ -160,9 +160,7 @@ set {
|
|||||||
split-delay 75;
|
split-delay 75;
|
||||||
}
|
}
|
||||||
everyone {
|
everyone {
|
||||||
away-flood 3:300;
|
connect-flood 3:60;
|
||||||
invite-flood 3:300;
|
|
||||||
knock-flood 3:300;
|
|
||||||
handshake-data-flood {
|
handshake-data-flood {
|
||||||
amount 4k;
|
amount 4k;
|
||||||
ban-action gzline;
|
ban-action gzline;
|
||||||
@ -170,15 +168,19 @@ set {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
known-users {
|
known-users {
|
||||||
connect-flood 10:300;
|
away-flood 10:300;
|
||||||
join-flood 10:300;
|
invite-flood 10:300;
|
||||||
|
knock-flood 10:300;
|
||||||
|
join-flood 10:300;
|
||||||
nick-flood 10:300;
|
nick-flood 10:300;
|
||||||
max-concurrent-conversations { users 5; new-user-every 60s; }
|
max-concurrent-conversations { users 5; new-user-every 60s; }
|
||||||
lag-penalty 10; # update?
|
lag-penalty 10; # update?
|
||||||
lag-penalty-bytes 0;
|
lag-penalty-bytes 0;
|
||||||
}
|
}
|
||||||
unknown-users {
|
unknown-users {
|
||||||
connect-flood 3:300;
|
away-flood 3:300;
|
||||||
|
invite-flood 3:300;
|
||||||
|
knock-flood 3:300;
|
||||||
join-flood 3:300;
|
join-flood 3:300;
|
||||||
nick-flood 3:300;
|
nick-flood 3:300;
|
||||||
max-concurrent-conversations { users 2; new-user-every 120s; }
|
max-concurrent-conversations { users 2; new-user-every 120s; }
|
||||||
|
Loading…
Reference in New Issue
Block a user