1 | commit be8f9138e636df21ce20ffc65d793f610443709f |
2 | Author: acidvegas <acid.vegas@acid.vegas> |
3 | Date: Tue Mar 31 01:52:17 2020 -0400 |
4 | |
5 | Updated limits |
6 | --- |
7 | doc/conf/unrealircd.remote.conf | 8 ++++---- |
8 | 1 file changed, 4 insertions(+), 4 deletions(-) |
9 | |
10 | diff --git a/doc/conf/unrealircd.remote.conf b/doc/conf/unrealircd.remote.conf |
11 | index d51e7fc..21eef44 100644 |
12 | --- a/doc/conf/unrealircd.remote.conf |
13 | +++ b/doc/conf/unrealircd.remote.conf |
14 | @@ -90,10 +90,10 @@ set { |
15 | level-on-join "op"; |
16 | restrict-channelmodes "Pps"; |
17 | restrict-commands { |
18 | - invite { connect-delay 300; exempt-identified yes; } |
19 | - list { connect-delay 60; exempt-identified yes; } |
20 | - private-message { connect-delay 300; exempt-identified yes; } |
21 | - private-notice { connect-delay 300; exempt-identified yes; } |
22 | + invite { connect-delay 3600; exempt-identified yes; } |
23 | + list { connect-delay 120; exempt-identified yes; } |
24 | + private-message { connect-delay 300; exempt-identified yes; } |
25 | + private-notice { connect-delay 3600; exempt-identified yes; } |
26 | } |
27 | auto-join "#superbowl"; |
28 | oper-auto-join "#help"; |