summaryrefslogtreecommitdiff
path: root/doc/example.conf
diff options
context:
space:
mode:
authormichael <michael@82007160-df01-0410-b94d-b575c5fd34c7>2012-12-24 15:19:32 +0000
committermichael <michael@82007160-df01-0410-b94d-b575c5fd34c7>2012-12-24 15:19:32 +0000
commit28015f9000e17d9aa1f0d1e4f24a0caf5b63d9da (patch)
tree04c0e40dcc4426166943a81c459da4d69ef989d3 /doc/example.conf
parent6ab5c544269946d55c4dd5588f0f1389e3287ef4 (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.conf')
-rw-r--r--doc/example.conf2
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;