summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authormichael <michael@82007160-df01-0410-b94d-b575c5fd34c7>2013-05-08 19:35:16 +0000
committermichael <michael@82007160-df01-0410-b94d-b575c5fd34c7>2013-05-08 19:35:16 +0000
commit40c415d36132c30c0325bfa84c17d49187f8e729 (patch)
tree073c7938cd461e4a0652d7f5308dd917a4f1209d /doc
parent7195b6189fdd676d749e7ff0034734cbe85d8491 (diff)
- Added usermode F (remote client connect/exit notices) on public request
git-svn-id: svn://svn.ircd-hybrid.org/svnroot/ircd-hybrid/branches/8.1.x@1977 82007160-df01-0410-b94d-b575c5fd34c7
Diffstat (limited to 'doc')
-rw-r--r--doc/reference.conf4
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/reference.conf b/doc/reference.conf
index 623035a..da977bf 100644
--- a/doc/reference.conf
+++ b/doc/reference.conf
@@ -452,6 +452,7 @@ operator {
* +D - deaf - Don't receive channel messages
* +d - debug - See debugging notices
* +e - external - See remote server connection and split notices
+ * +F - farconnect - Remote client connection/quit notices
* +f - full - See auth{} block full notices
* +G - softcallerid - Server Side Ignore for users not on your channels
* +g - callerid - Server Side Ignore (for privmsgs etc)
@@ -1113,6 +1114,7 @@ general {
* +D - deaf - Don't receive channel messages
* +d - debug - See debugging notices
* +e - external - See remote server connection and split notices
+ * +F - farconnect - Remote client connection/quit notices
* +f - full - See auth{} block full notices
* +G - softcallerid - Server Side Ignore for users not on your channels
* +g - callerid - Server Side Ignore (for privmsgs etc)
@@ -1134,7 +1136,7 @@ general {
/* oper_only_umodes: usermodes only opers may set */
oper_only_umodes = bots, cconn, cconn_full, debug, full, hidden, skill,
nchange, rej, spy, external, operwall,
- locops, unauth;
+ locops, unauth, farconnect;
/* oper_umodes: default usermodes opers get when they /oper */
oper_umodes = bots, locops, servnotice, operwall, wallop;