]> arthur.barton.de Git - ngircd-alex.git/blobdiff - src/ngircd/conf.h
ngircd: change MOTD file handling
[ngircd-alex.git] / src / ngircd / conf.h
index 74abc1d95010d889ba626f76c836abcc8fc7db14..e7b84d2e16facd41000109629c2939b56c6a9940 100644 (file)
@@ -94,11 +94,8 @@ GLOBAL char Conf_ServerAdmin1[CLIENT_INFO_LEN];
 GLOBAL char Conf_ServerAdmin2[CLIENT_INFO_LEN];
 GLOBAL char Conf_ServerAdminMail[CLIENT_INFO_LEN];
 
-/* File with MOTD text */
-GLOBAL char Conf_MotdFile[FNAME_LEN];
-
-/* Phrase with MOTD text */
-GLOBAL char Conf_MotdPhrase[LINE_LEN];
+/* Message of the Day */
+GLOBAL array Conf_Motd;
 
 /* Ports the server should listen on */
 GLOBAL array Conf_ListenPorts;