| 461 |
|
die, rehash, nick_changes, admin, operwall; |
| 462 |
|
}; |
| 463 |
|
|
| 464 |
+ |
service { |
| 465 |
+ |
name = "service.someserver"; |
| 466 |
+ |
name = "stats.someserver; |
| 467 |
+ |
}; |
| 468 |
+ |
|
| 469 |
|
/* |
| 470 |
|
* connect {}: controls servers we connect to (OLD C:, N:, H:, L:) |
| 471 |
|
*/ |
| 703 |
|
*/ |
| 704 |
|
resv { |
| 705 |
|
/* reason: the reason for the proceeding resv's */ |
| 706 |
< |
reason = "There are no services on this network"; |
| 706 |
> |
reason = "Reserved for services"; |
| 707 |
|
|
| 708 |
|
/* resv: the nicks and channels users may not join/use */ |
| 709 |
< |
nick = "nickserv"; |
| 710 |
< |
nick = "chanserv"; |
| 709 |
> |
nick = "NickServ"; |
| 710 |
> |
nick = "ChanServ"; |
| 711 |
> |
nick = "MemoServ"; |
| 712 |
> |
nick = "OperServ"; |
| 713 |
|
channel = "#services"; |
| 714 |
|
|
| 715 |
|
/* resv: wildcard masks are also supported in nicks only */ |
| 919 |
|
* compiled in options in config.h. The general block is read at start time. |
| 920 |
|
*/ |
| 921 |
|
general { |
| 922 |
+ |
/* services_name: servername of nick/channel services */ |
| 923 |
+ |
services_name = "service.someserver"; |
| 924 |
+ |
|
| 925 |
|
/* max_watch: maximum WATCH entries a client can have. */ |
| 926 |
|
max_watch = 60; |
| 927 |
|
|