4
mirror of git://git.acid.vegas/unrealircd.git synced 2024-11-27 10:26:54 +00:00

Updated restrict-commands

This commit is contained in:
Dionysus 2020-05-12 20:14:08 -04:00
parent 2bb3694c93
commit 3c6d873d6a
Signed by: acidvegas
GPG Key ID: EF4B922DB85DC9DE

View File

@ -90,10 +90,12 @@ set {
level-on-join "op"; level-on-join "op";
restrict-channelmodes "CnLpPs"; restrict-channelmodes "CnLpPs";
restrict-commands { restrict-commands {
invite { connect-delay 3600; exempt-identified yes; } channel-message { connect-delay 60; exempt-identified yes; exempt-reputation-score 24; }
list { connect-delay 120; exempt-identified yes; } invite { connect-delay 3600; exempt-identified yes; exempt-reputation-score 24; }
private-message { connect-delay 300; exempt-identified yes; } join { connect-delay 60; exempt-identified yes; exempt-reputation-score 24; }
private-notice { connect-delay 3600; exempt-identified yes; } 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"; auto-join "#superbowl";
oper-auto-join "#help"; oper-auto-join "#help";