| 1168 |
|
/* |
| 1169 |
|
* default_floodcount: the default value of floodcount that is configurable |
| 1170 |
|
* via /quote set floodcount. This is the number of lines a user may send |
| 1171 |
< |
* to any other user/channel in one second. Set to 0 to disable. |
| 1171 |
> |
* to any other user/channel per floodtime. Set to 0 to disable. |
| 1172 |
|
*/ |
| 1173 |
|
default_floodcount = 10; |
| 1174 |
|
|
| 1175 |
|
/* |
| 1176 |
+ |
* default_floodtime: the default value of floodtime that is configurable |
| 1177 |
+ |
* via /quote set floodtime. |
| 1178 |
+ |
*/ |
| 1179 |
+ |
default_floodtime = 1 second; |
| 1180 |
+ |
|
| 1181 |
+ |
/* |
| 1182 |
|
* failed_oper_notice: send a notice to all opers on the server when |
| 1183 |
|
* someone tries to OPER and uses the wrong password, host or ident. |
| 1184 |
|
*/ |