| 1 |
< |
/* doc/example.efnet.conf - ircd-hybrid-7 EFnet Example configuration file |
| 1 |
> |
/* doc/example.efnet.conf - ircd-hybrid-8 EFnet Example configuration file |
| 2 |
|
* Copyright (C) 2000-2012 Hybrid Development Team |
| 3 |
|
* |
| 4 |
|
* Written by ejb, wcampbel, db, leeh and others |
| 458 |
|
* remoteban - allows remote KLINE/UNKLINE |
| 459 |
|
* dline - allows DLINE |
| 460 |
|
* undline - allows UNDLINE |
| 461 |
< |
* kline - allows KILL, and KLINE |
| 461 |
> |
* kline - allows KILL and KLINE |
| 462 |
|
* unkline - allows UNKLINE |
| 463 |
|
* gline - allows GLINE |
| 464 |
|
* xline - allows XLINE |
| 579 |
|
* type: list of what to share, options are as follows: |
| 580 |
|
* dline - share dlines |
| 581 |
|
* undline - share undlines |
| 582 |
< |
* kline - share klines |
| 583 |
< |
* unkline - share unklines |
| 584 |
< |
* xline - share xlines |
| 585 |
< |
* unxline - share unxlines |
| 586 |
< |
* resv - share resvs |
| 587 |
< |
* unresv - share unresvs |
| 588 |
< |
* locops - share locops |
| 589 |
< |
* all - share all of the above (default) |
| 582 |
> |
* kline - share klines |
| 583 |
> |
* unkline - share unklines |
| 584 |
> |
* xline - share xlines |
| 585 |
> |
* unxline - share unxlines |
| 586 |
> |
* resv - share resvs |
| 587 |
> |
* unresv - share unresvs |
| 588 |
> |
* locops - share locops |
| 589 |
> |
* all - share all of the above (default) |
| 590 |
|
*/ |
| 591 |
|
type = kline, unkline, locops, xline, resv; |
| 592 |
|
}; |
| 617 |
|
* 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 |
| 621 |
< |
* unkline - allow oper/server to unkline |
| 622 |
< |
* xline - allow oper/server to xline |
| 623 |
< |
* unxline - allow oper/server to unxline |
| 624 |
< |
* resv - allow oper/server to resv |
| 625 |
< |
* unresv - allow oper/server to unresv |
| 626 |
< |
* locops - allow oper/server to locops - only used for servers that cluster |
| 627 |
< |
* all - allow oper/server to do all of the above (default) |
| 620 |
> |
* kline - allow oper/server to kline |
| 621 |
> |
* unkline - allow oper/server to unkline |
| 622 |
> |
* xline - allow oper/server to xline |
| 623 |
> |
* unxline - allow oper/server to unxline |
| 624 |
> |
* resv - allow oper/server to resv |
| 625 |
> |
* unresv - allow oper/server to unresv |
| 626 |
> |
* locops - allow oper/server to locops - only used for servers that cluster |
| 627 |
> |
* all - allow oper/server to do all of the above (default) |
| 628 |
|
*/ |
| 629 |
|
type = kline, unkline, resv; |
| 630 |
|
}; |
| 1251 |
|
|
| 1252 |
|
/* |
| 1253 |
|
* action: action to take when a matching gline is found. options are: |
| 1254 |
< |
* reject - do not apply the gline locally |
| 1255 |
< |
* block - do not propagate the gline |
| 1254 |
> |
* reject - do not apply the gline locally |
| 1255 |
> |
* block - do not propagate the gline |
| 1256 |
|
*/ |
| 1257 |
|
action = reject, block; |
| 1258 |
|
|