From 28015f9000e17d9aa1f0d1e4f24a0caf5b63d9da Mon Sep 17 00:00:00 2001 From: michael Date: Mon, 24 Dec 2012 15:19:32 +0000 Subject: - 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 --- doc/example.conf | 2 ++ 1 file changed, 2 insertions(+) (limited to 'doc/example.conf') 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; -- cgit