ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/svn/ircd-hybrid/trunk/doc/reference.conf
(Generate patch)

Comparing ircd-hybrid/trunk/doc/reference.conf (file contents):
Revision 6095 by michael, Wed Jun 10 17:55:48 2015 UTC vs.
Revision 6152 by michael, Tue Jun 16 16:56:10 2015 UTC

# Line 499 | Line 499 | operator {
499          class = "opers";
500  
501          /*
502 <         * umodes: the default usermodes opers get when they /oper or /challenge.
502 >         * umodes: the default user modes opers get when they /oper or /challenge.
503           * If defined, it will override oper_umodes settings in general {}.
504 <         * Available usermodes:
504 >         * Available user modes:
505           *
506           * +b - bots         - See bot and drone flooding notices
507           * +c - cconn        - Client connection/quit notices
# Line 1061 | Line 1061 | general {
1061          /* max_watch: maximum WATCH entries a client can have. */
1062          max_watch = 30;
1063  
1064 <        /* max_accept: maximum allowed /accept's for +g usermode. */
1064 >        /* max_accept: maximum allowed /accept's for +g user mode. */
1065          max_accept = 30;
1066  
1067          /*
# Line 1280 | Line 1280 | general {
1280          max_targets = 4;
1281  
1282          /*
1283 <         * usermodes configurable: a list of usermodes for the options below
1283 >         * user modes configurable: a list of user modes for the options below
1284           *
1285           * +b - bots         - See bot and drone flooding notices
1286           * +c - cconn        - Client connection/quit notices
# Line 1306 | Line 1306 | general {
1306           * +y - spy          - See LINKS, STATS, TRACE notices etc.
1307           */
1308  
1309 <        /* oper_only_umodes: usermodes only operators may set. */
1309 >        /* oper_only_umodes: user modes only operators may set. */
1310          oper_only_umodes = bots, cconn, debug, external, farconnect, full, hidden, locops,
1311                          nchange, rej, skill, spy, unauth;
1312  
1313 <        /* oper_umodes: default usermodes operators get when they /oper or /challenge. */
1313 >        /* oper_umodes: default user modes operators get when they /oper or /challenge. */
1314          oper_umodes = bots, locops, servnotice, wallop;
1315  
1316          /*

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines