diff options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/example.conf | 2 | ||||
-rw-r--r-- | doc/example.efnet.conf | 2 |
2 files changed, 4 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; diff --git a/doc/example.efnet.conf b/doc/example.efnet.conf index f9a76b3..ce7cb26 100644 --- a/doc/example.efnet.conf +++ b/doc/example.efnet.conf @@ -367,6 +367,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; |