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

Comparing ircd-hybrid/trunk/doc/reference.conf (file contents):
Revision 2185 by michael, Tue Jun 4 12:29:18 2013 UTC vs.
Revision 2210 by michael, Wed Jun 5 21:15:55 2013 UTC

# Line 292 | Line 292 | class {
292   };
293  
294   /*
295 < * motd {}: specifies various MOTD files. Applies to local users only.
295 > * motd {}: Allows to show a different MOTD to a client
296 > * depending on its origin. Applies to local users only.
297   */
298   motd {
299          /*
# Line 848 | Line 849 | channel {
849   */
850   serverhide {
851          /*
852 +         * disable_remote_commands: disable users doing commands
853 +         * on remote servers.
854 +         */
855 +        disable_remote_commands = no;
856 +
857 +        /*
858           * flatten_links: this option will show all servers in /links appear
859           * that they are linked to this current server.
860           */
# Line 968 | Line 975 | general {
975           */
976          disable_auth = no;
977  
971        /* disable_remote_commands: disable users doing commands on remote servers. */
972        disable_remote_commands = no;
973
978          /*
979           * tkline_expire_notices: enables or disables temporary kline/xline
980           * expire notices.

Diff Legend

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