mirror of
git://git.acid.vegas/unrealircd.git
synced 2024-11-14 12:06:41 +00:00
Updated new +F mode profiles
This commit is contained in:
parent
d53bf1d1c0
commit
211fcff0d2
@ -104,11 +104,11 @@ set {
|
||||
restrict-usermodes "ips";
|
||||
restrict-channelmodes "nLpPs";
|
||||
restrict-commands {
|
||||
channel-message { except { connect-time 30; identified yes; reputation-score 100; } }
|
||||
channel-notice { except { connect-time 60; identified yes; reputation-score 100; } }
|
||||
channel-message { except { connect-time 5; identified yes; reputation-score 100; } }
|
||||
channel-notice { except { connect-time 30; identified yes; reputation-score 100; } }
|
||||
invite { except { connect-time 300; identified yes; reputation-score 100; } }
|
||||
join { except { connect-time 15; identified yes; reputation-score 100; } }
|
||||
list { except { connect-time 30; identified yes; reputation-score 100; } }
|
||||
join { except { connect-time 5; identified yes; reputation-score 100; } }
|
||||
list { except { connect-time 5; identified yes; reputation-score 100; } }
|
||||
private-message { except { connect-time 300; identified yes; reputation-score 100; } }
|
||||
private-notice { except { connect-time 300; identified yes; reputation-score 100; } }
|
||||
}
|
||||
@ -147,12 +147,7 @@ set {
|
||||
}
|
||||
anti-flood {
|
||||
channel {
|
||||
profile very-strict { flood-mode "[7c#C15,10j#R10,10k#K15,30m#M10,10n#N15]:15"; }
|
||||
profile strict { flood-mode "[7c#C15,15j#R10,10k#K15,40m#M10,10n#N15]:15"; }
|
||||
profile normal { flood-mode "[7c#C15,30j#R10,10k#K15,40m#M10,10n#N15]:15"; }
|
||||
profile relaxed { flood-mode "[7c#C15,45j#R10,10k#K15,60m#M10,10n#N15]:15"; }
|
||||
profile very-relaxed { flood-mode "[7c#C15,60j#R10,10k#K15,90m#M10,10n#N15]:15"; }
|
||||
default-profile normal;
|
||||
profile defcon { flood-mode "[10j#R5,200m#M5,10n#N5]:15"; }
|
||||
boot-delay 75;
|
||||
split-delay 75;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user