mirror of
git://git.acid.vegas/unrealircd.git
synced 2024-11-14 12:06:41 +00:00
fixed broken restrict-commands block
This commit is contained in:
parent
41de7eca03
commit
66d0369626
@ -104,13 +104,13 @@ set {
|
||||
restrict-usermodes "ips";
|
||||
restrict-channelmodes "nLpPs";
|
||||
restrict-commands {
|
||||
channel-message { connect-time 30; identified yes; reputation-score 100; }
|
||||
channel-notice { connect-time 60; identified yes; reputation-score 100; }
|
||||
invite { connect-time 300; identified yes; reputation-score 100; }
|
||||
join { connect-time 15; identified yes; reputation-score 100; }
|
||||
list { connect-time 30; identified yes; reputation-score 100; }
|
||||
private-message { connect-time 300; identified yes; reputation-score 100; }
|
||||
private-notice { connect-time 300; identified yes; reputation-score 100; }
|
||||
channel-message { except { connect-time 30; identified yes; reputation-score 100; } }
|
||||
channel-notice { except { connect-time 60; 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; } }
|
||||
private-message { except { connect-time 300; identified yes; reputation-score 100; } }
|
||||
private-notice { except { connect-time 300; identified yes; reputation-score 100; } }
|
||||
}
|
||||
auto-join "#superbowl";
|
||||
static-quit "EMO-QUIT";
|
||||
|
Loading…
Reference in New Issue
Block a user