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/trunk/doc/reference.conf (file contents):
Revision 2283 by michael, Tue Jun 18 19:13:20 2013 UTC vs.
Revision 2286 by michael, Tue Jun 18 19:23:54 2013 UTC

# Line 792 | Line 792 | gecos {
792   */
793   channel {
794          /*
795         * cycle_on_host_change: sends a fake QUIT/JOIN combination
796         * when services change the hostname of a specific client.
797         */
798        cycle_on_host_change = yes;
799
800        /*
795           * disable_fake_channels: this option, if set to 'yes', will
796           * disallow clients to create or join channels that have one
797           * of the following ASCII characters in their name:
# Line 940 | Line 934 | serverhide {
934   * compiled in options in config.h
935   */
936   general {
937 +        /*
938 +         * cycle_on_host_change: sends a fake QUIT/JOIN combination
939 +         * when services change the hostname of a specific client.
940 +         */
941 +        cycle_on_host_change = yes;
942 +
943          /* services_name: servername of nick/channel services */
944          services_name = "service.someserver";
945  

Diff Legend

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