diff options
Diffstat (limited to 'doc/example.conf')
-rw-r--r-- | doc/example.conf | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/example.conf b/doc/example.conf index 758d9aa..31bce79 100644 --- a/doc/example.conf +++ b/doc/example.conf @@ -343,6 +343,8 @@ auth { * resv_exempt - exempt this user from resvs ('$' prefix on /stats I) * no_tilde - remove ~ from a user with no ident ('-' prefix on /stats I) * can_flood - allow this user to exceed flood limits ('|' prefix on /stats I) + * webirc - enables WEBIRC authentication for web-based clients such as Mibbit + * ('<' prefix on /stats I) */ flags = need_password, spoof_notice, exceed_limit, kline_exempt, gline_exempt, resv_exempt, no_tilde, can_flood; |