412 |
* global_kill - allows remote users to be /KILL'd |
* global_kill - allows remote users to be /KILL'd |
413 |
* remote - allows remote SQUIT and CONNECT |
* remote - allows remote SQUIT and CONNECT |
414 |
* remoteban - allows remote KLINE/UNKLINE |
* remoteban - allows remote KLINE/UNKLINE |
415 |
* kline - allows KILL, KLINE and DLINE |
* dline - allows DLINE |
416 |
* unkline - allows UNKLINE and UNDLINE |
* undline - allows UNDLINE |
417 |
|
* kline - allows KILL and KLINE |
418 |
|
* unkline - allows UNKLINE |
419 |
* gline - allows GLINE |
* gline - allows GLINE |
420 |
* xline - allows XLINE |
* xline - allows XLINE |
421 |
* globops - allows GLOBOPS |
* globops - allows GLOBOPS |
576 |
|
|
577 |
/* |
/* |
578 |
* type: list of what to share, options are as follows: |
* type: list of what to share, options are as follows: |
579 |
|
* dline - share dlines |
580 |
|
* undline - share undlines |
581 |
* kline - share klines |
* kline - share klines |
|
* tkline - share temporary klines |
|
582 |
* unkline - share unklines |
* unkline - share unklines |
583 |
* xline - share xlines |
* xline - share xlines |
584 |
* txline - share temporary xlines |
* txline - share temporary xlines |
585 |
* unxline - share unxlines |
* unxline - share unxlines |
586 |
* resv - share resvs |
* resv - share resvs |
|
* tresv - share temporary resvs |
|
587 |
* unresv - share unresvs |
* unresv - share unresvs |
588 |
* locops - share locops |
* locops - share locops |
589 |
* all - share all of the above (default) |
* all - share all of the above (default) |
615 |
|
|
616 |
/* |
/* |
617 |
* type: list of what to share, options are as follows: |
* type: list of what to share, options are as follows: |
618 |
|
* dline - allow oper/server to dline |
619 |
|
* undline - allow oper/server to undline |
620 |
* kline - allow oper/server to kline |
* kline - allow oper/server to kline |
|
* tkline - allow temporary klines |
|
621 |
* unkline - allow oper/server to unkline |
* unkline - allow oper/server to unkline |
622 |
* xline - allow oper/server to xline |
* xline - allow oper/server to xline |
|
* txline - allow temporary xlines |
|
623 |
* unxline - allow oper/server to unxline |
* unxline - allow oper/server to unxline |
624 |
* resv - allow oper/server to resv |
* resv - allow oper/server to resv |
|
* tresv - allow temporary resvs |
|
625 |
* unresv - allow oper/server to unresv |
* unresv - allow oper/server to unresv |
626 |
* locops - allow oper/server to locops - only used for servers that cluster |
* locops - allow oper/server to locops - only used for servers that cluster |
627 |
* all - allow oper/server to do all of the above (default) |
* all - allow oper/server to do all of the above (default) |