diff options
author | michael <michael@82007160-df01-0410-b94d-b575c5fd34c7> | 2013-06-04 12:26:53 +0000 |
---|---|---|
committer | michael <michael@82007160-df01-0410-b94d-b575c5fd34c7> | 2013-06-04 12:26:53 +0000 |
commit | 73aa056a952af0cfc7911ff5c28e38a5e5d5389a (patch) | |
tree | 8fccd8fa080d0f718c08fc05c67d20110a9f1a09 /doc | |
parent | 769dbfa3f3d3a2f84b42ee96b4eaae9d4178759b (diff) |
- Removed usermode +C
git-svn-id: svn://svn.ircd-hybrid.org/svnroot/ircd-hybrid/branches/8.1.x@2184 82007160-df01-0410-b94d-b575c5fd34c7
Diffstat (limited to 'doc')
-rw-r--r-- | doc/reference.conf | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/doc/reference.conf b/doc/reference.conf index afef59b..b976149 100644 --- a/doc/reference.conf +++ b/doc/reference.conf @@ -466,7 +466,6 @@ operator { * * +b - bots - See bot and drone flooding notices * +c - cconn - Client connection/quit notices - * +C - cconn_full - Client connection/quit notices full * +D - deaf - Don't receive channel messages * +d - debug - See debugging notices * +e - external - See remote server connection and split notices @@ -1133,7 +1132,6 @@ general { * * +b - bots - See bot and drone flooding notices * +c - cconn - Client connection/quit notices - * +C - cconn_full - Client connection/quit notices full * +D - deaf - Don't receive channel messages * +d - debug - See debugging notices * +e - external - See remote server connection and split notices @@ -1157,7 +1155,7 @@ general { */ /* oper_only_umodes: usermodes only opers may set */ - oper_only_umodes = bots, cconn, cconn_full, debug, full, hidden, skill, + oper_only_umodes = bots, cconn, debug, full, hidden, skill, nchange, rej, spy, external, operwall, locops, unauth, farconnect; |