diff options
Diffstat (limited to 'doc/reference.conf')
-rw-r--r-- | doc/reference.conf | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/doc/reference.conf b/doc/reference.conf index 6fd28ef..6b75d02 100644 --- a/doc/reference.conf +++ b/doc/reference.conf @@ -292,6 +292,24 @@ class { }; /* + * motd {}: specifies various MOTD files. Applies to local users only. + */ +motd { + /* + * mask: multiple mask entries are permitted. Mask can either be + * a class name or a hostname. + */ + mask = "*.at"; + mask = "*.de"; + mask = "*.ch"; + + /* + * file: path top the actual motd file. + */ + file = "/usr/local/ircd/etc/german.motd"; +}; + +/* * listen {}: contains information about the ports ircd listens on */ listen { |