ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/svn/ircd-hybrid-8/doc/example.efnet.conf
(Generate patch)

Comparing ircd-hybrid-7.2/etc/example.efnet.conf.in (file contents):
Revision 951 by michael, Wed Jul 22 10:47:24 2009 UTC vs.
Revision 959 by michael, Fri Jul 31 14:42:09 2009 UTC

# Line 1 | Line 1
1   /* doc/example.efnet.conf - ircd-hybrid-7 EFnet Example configuration file
2 < * Copyright (C) 2000-2006 Hybrid Development Team
2 > * Copyright (C) 2000-2009 Hybrid Development Team
3   *
4   * Written by ejb, wcampbel, db, leeh and others
5   * Other example configurations can be found in the source dir under
# Line 80 | Line 80 | serverinfo {
80  
81          /*
82           * vhost: the IP to bind to when we connect outward to ipv4 servers.
83 <         * This should be an ipv4 IP only, or "* for INADDR_ANY.
83 >         * This should be an ipv4 IP only, or "*" for INADDR_ANY.
84           */
85          #vhost = "192.169.0.1";
86  
87          /*
88           * vhost6: the IP to bind to when we connect outward to ipv6 servers.
89 <         * This should be an ipv6 IP only, or "* for INADDR_ANY.
89 >         * This should be an ipv6 IP only, or "*" for INADDR_ANY.
90           */
91          #vhost6 = "3ffe:80e8:546::2";
92  
# Line 894 | Line 894 | channel {
894           */
895          default_split_server_count = 10;
896  
897 <        /* split no create: disallow users creating channels on split. */
897 >        /* no_create_on_split: disallow users creating channels on split. */
898          no_create_on_split = yes;
899  
900 <        /* split: no join: disallow users joining channels at all on a split */
900 >        /* no_join_on_split: disallow users joining channels at all on a split. */
901          no_join_on_split = no;
902   };
903  
# Line 1232 | Line 1232 | general {
1232           *
1233           * +b - bots         - See bot and drone flooding notices
1234           * +c - cconn        - Client connection/quit notices
1235 <         * +C - cconn        - Client connection/quit notices full
1235 >         * +C - cconn_full   - Client connection/quit notices full
1236           * +D - deaf         - Don't receive channel messages
1237           * +d - debug        - See debugging notices
1238           * +f - full         - See I: line full notices

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines