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/doc/example.conf (file contents):
Revision 1516 by michael, Thu Aug 30 15:08:36 2012 UTC vs.
Revision 1519 by michael, Wed Sep 5 12:02:04 2012 UTC

# Line 539 | Line 539 | connect {
539          /*
540           * autoconn   - controls whether we autoconnect to this server or not,
541           *              dependent on class limits. By default, this is disabled.
542         * burst_away - This will send the /away string that users have set
543         *              on the server burst. Note this can be a lot of data
544         *              and slow down your server burst.
545         * topicburst - Send topics to this server during channel burst. Works
546         *              only if the server we are connecting to is capable
547         *              of TBURST.
542           * ssl        - Initiates a TLS/SSL connection.
543           */
544 < #       flags = autoconn, burst_away, topicburst;
544 > #       flags = autoconn, ssl;
545   };
546  
547   connect {

Diff Legend

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