From 92e28d4047e9426ceb9ab54aa64a9cf8ff03ed49 Mon Sep 17 00:00:00 2001 From: michael Date: Fri, 31 May 2013 18:59:22 +0000 Subject: - Implement motd{} configuration blocks based on ircu's implementation git-svn-id: svn://svn.ircd-hybrid.org/svnroot/ircd-hybrid/branches/8.1.x@2151 82007160-df01-0410-b94d-b575c5fd34c7 --- doc/reference.conf | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) (limited to 'doc') diff --git a/doc/reference.conf b/doc/reference.conf index 6fd28ef..6b75d02 100644 --- a/doc/reference.conf +++ b/doc/reference.conf @@ -291,6 +291,24 @@ class { sendq = 2 megabytes; }; +/* + * 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 */ -- cgit