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 2038 by michael, Tue May 14 19:21:32 2013 UTC vs.
Revision 2150 by michael, Fri May 31 18:39:43 2013 UTC

# Line 292 | Line 292 | class {
292   };
293  
294   /*
295 + * motd {}: specifies various MOTD files. Applies to local users only.
296 + */
297 + motd {
298 +        /*
299 +         * mask: multiple mask entries are permitted. Mask can either be
300 +         * a class name or a hostname.
301 +         */
302 +        mask = "*.at";
303 +        mask = "*.de";
304 +        mask = "*.ch";
305 +
306 +        /*
307 +         * file: path top the actual motd file.
308 +         */
309 +        file = "/usr/local/ircd/etc/german.motd";
310 + };
311 +
312 + /*
313   * listen {}:  contains information about the ports ircd listens on
314   */
315   listen {

Diff Legend

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