ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/svn/ircd-hybrid/branches/8.2.x/doc/reference.conf
(Generate patch)

Comparing ircd-hybrid-8/etc/example.conf (file contents):
Revision 1156 by michael, Tue Aug 9 20:29:20 2011 UTC vs.
Revision 1157 by michael, Tue Aug 9 22:03:59 2011 UTC

# Line 461 | Line 461 | operator {
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   */
# Line 698 | Line 703 | exempt {
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 */
# Line 912 | Line 919 | serverhide {
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  

Diff Legend

Removed lines
+ Added lines
< Changed lines (old)
> Changed lines (new)