mirror of
git://git.acid.vegas/unrealircd.git
synced 2024-11-23 16:36:40 +00:00
Updated restrict-commands
This commit is contained in:
parent
2bb3694c93
commit
3c6d873d6a
@ -90,10 +90,12 @@ set {
|
||||
level-on-join "op";
|
||||
restrict-channelmodes "CnLpPs";
|
||||
restrict-commands {
|
||||
invite { connect-delay 3600; exempt-identified yes; }
|
||||
list { connect-delay 120; exempt-identified yes; }
|
||||
private-message { connect-delay 300; exempt-identified yes; }
|
||||
private-notice { connect-delay 3600; exempt-identified yes; }
|
||||
channel-message { connect-delay 60; exempt-identified yes; exempt-reputation-score 24; }
|
||||
invite { connect-delay 3600; exempt-identified yes; exempt-reputation-score 24; }
|
||||
join { connect-delay 60; exempt-identified yes; exempt-reputation-score 24; }
|
||||
list { connect-delay 120; exempt-identified yes; exempt-reputation-score 24; }
|
||||
private-message { connect-delay 300; exempt-identified yes; exempt-reputation-score 24; }
|
||||
private-notice { connect-delay 3600; exempt-identified yes; exempt-reputation-score 24; }
|
||||
}
|
||||
auto-join "#superbowl";
|
||||
oper-auto-join "#help";
|
||||
|
Loading…
Reference in New Issue
Block a user