diff options
author | michael <michael@82007160-df01-0410-b94d-b575c5fd34c7> | 2012-12-24 15:19:32 +0000 |
---|---|---|
committer | michael <michael@82007160-df01-0410-b94d-b575c5fd34c7> | 2012-12-24 15:19:32 +0000 |
commit | 28015f9000e17d9aa1f0d1e4f24a0caf5b63d9da (patch) | |
tree | 04c0e40dcc4426166943a81c459da4d69ef989d3 /doc/example.efnet.conf | |
parent | 6ab5c544269946d55c4dd5588f0f1389e3287ef4 (diff) |
- Improved WEBIRC authentication; added 'webirc' to auth::flags
git-svn-id: svn://svn.ircd-hybrid.org/svnroot/ircd-hybrid/trunk@1715 82007160-df01-0410-b94d-b575c5fd34c7
Diffstat (limited to 'doc/example.efnet.conf')
-rw-r--r-- | doc/example.efnet.conf | 2 |
1 files changed, 2 insertions, 0 deletions
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; |