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

Comparing ircd-hybrid-8/etc/example.efnet.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 465 | Line 465 | operator {
465           * unkline:      allows UNKLINE and UNDLINE        (OLD 'U' flag)
466           * gline:        allows GLINE                      (OLD 'G' flag)
467           * xline:        allows XLINE                      (OLD 'X' flag)
468 +         * globops:      allows GLOBOPS
469           * operwall:     allows OPERWALL
470           * nick_changes: allows oper to see nickchanges    (OLD 'N' flag)
471           *               via usermode +n
# Line 480 | Line 481 | operator {
481           * A flag can be negated with ~ i.e.
482           * flags = ~remote;
483           */
484 <        flags = global_kill, remote, kline, unkline, xline,
484 >        flags = global_kill, remote, kline, unkline, xline, globops,
485                  die, rehash, nick_changes, admin, operwall;
486   };
487  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines