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) |
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 |
|
|