| 331 |
|
* resv_exempt: exempt this user from resvs ('$' prefix on /stats I) |
| 332 |
|
* no_tilde: remove ~ from a user with no ident ('-' prefix on /stats I) |
| 333 |
|
* can_flood: allow this user to exceed flood limits ('|' prefix on /stats I) |
| 334 |
– |
* can_idle: exempt this user from idle restrictions ('<' prefix on /stats I) |
| 334 |
|
*/ |
| 335 |
|
flags = need_password, spoof_notice, exceed_limit, kline_exempt, |
| 336 |
< |
gline_exempt, resv_exempt, no_tilde, can_flood, can_idle; |
| 336 |
> |
gline_exempt, resv_exempt, no_tilde, can_flood; |
| 337 |
|
}; |
| 338 |
|
|
| 339 |
|
auth { |
| 1146 |
|
/* oper_pass_resv: allow opers to over-ride RESVs on nicks/channels */ |
| 1147 |
|
oper_pass_resv = yes; |
| 1148 |
|
|
| 1150 |
– |
/* |
| 1151 |
– |
* idletime: the maximum amount of time a user may idle before |
| 1152 |
– |
* they are disconnected |
| 1153 |
– |
*/ |
| 1154 |
– |
idletime = 0; |
| 1155 |
– |
|
| 1149 |
|
/* REMOVE ME. The following line checks you've been reading. */ |
| 1150 |
|
havent_read_conf = 1; |
| 1151 |
|
|