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

Comparing ircd-hybrid-8/etc/example.conf (file contents):
Revision 1176 by michael, Sun Aug 14 11:24:24 2011 UTC vs.
Revision 1216 by michael, Tue Sep 13 18:22:31 2011 UTC

# Line 442 | Line 442 | operator {
442           * gline:        allows GLINE                      (OLD 'G' flag)
443           * xline:        allows XLINE                      (OLD 'X' flag)
444           * operwall:     allows OPERWALL
445 +         * globops:      allows GLOBOPS
446           * nick_changes: allows oper to see nickchanges    (OLD 'N' flag)
447           *               via usermode +n
448           * rehash:       allows oper to REHASH config      (OLD 'H' flag)
# Line 456 | Line 457 | operator {
457           * A flag can be negated with ~ i.e.
458           * flags = ~remote;
459           */
460 <        flags = global_kill, remote, kline, unkline, xline,
460 >        flags = global_kill, remote, kline, unkline, xline, globops,
461                  die, rehash, nick_changes, admin, operwall;
462   };
463  

Diff Legend

Removed lines
+ Added lines
< Changed lines (old)
> Changed lines (new)