390 |
|
class = "opers"; |
391 |
|
|
392 |
|
/* |
393 |
< |
* need_password - don't allow users who haven't supplied the correct |
393 |
> |
* need_password - don't allow users who haven't supplied the correct | ('&' prefix on /stats I if disabled) |
394 |
|
* password to connect using another auth {} block |
395 |
< |
* ('&' prefix on /stats I if disabled) |
396 |
< |
* need_ident - require the user to have identd to connect ('+' prefix on /stats I) |
395 |
> |
* need_ident - require the user to have identd to connect | ('+' prefix on /stats I) |
396 |
|
* spoof_notice - enable spoofing notification to admins |
397 |
< |
* exceed_limit - allow a user to exceed class limits ('>' prefix on /stats I) |
398 |
< |
* kline_exempt - exempt this user from k/glines ('^' prefix on /stats I) |
399 |
< |
* gline_exempt - exempt this user from glines ('_' prefix on /stats I) |
400 |
< |
* resv_exempt - exempt this user from resvs ('$' prefix on /stats I) |
401 |
< |
* no_tilde - remove ~ from a user with no ident ('-' prefix on /stats I) |
402 |
< |
* can_flood - allow this user to exceed flood limits ('|' prefix on /stats I) |
403 |
< |
* webirc - enables WEBIRC authentication for web-based clients such as Mibbit |
404 |
< |
* ('<' prefix on /stats I) |
397 |
> |
* exceed_limit - allow a user to exceed class limits | ('>' prefix on /stats I) |
398 |
> |
* kline_exempt - exempt this user from k/glines | ('^' prefix on /stats I) |
399 |
> |
* gline_exempt - exempt this user from glines | ('_' prefix on /stats I) |
400 |
> |
* resv_exempt - exempt this user from resvs | ('$' prefix on /stats I) |
401 |
> |
* no_tilde - remove ~ from a user with no ident | ('-' prefix on /stats I) |
402 |
> |
* can_flood - allow this user to exceed flood limits | ('|' prefix on /stats I) |
403 |
> |
* webirc - enables WEBIRC authentication for web-based | ('<' prefix on /stats I) |
404 |
> |
* clients such as Mibbit |
405 |
|
*/ |
406 |
|
flags = need_password, spoof_notice, exceed_limit, kline_exempt, |
407 |
|
gline_exempt, resv_exempt, no_tilde, can_flood; |