]> arthur.barton.de Git - ngircd-alex.git/blobdiff - src/ngircd/conf.h
Merge branch 'bug145-ProvideHelp'
[ngircd-alex.git] / src / ngircd / conf.h
index f85a25fa08920a2945c02603d2c8d05cc0dde086..ac42746c3a6872202435084bb55eaae544b7709f 100644 (file)
@@ -111,6 +111,9 @@ GLOBAL char Conf_ServerAdminMail[CLIENT_INFO_LEN];
 /** Message of the day (MOTD) of this server */
 GLOBAL array Conf_Motd;
 
+/** Help text of this server */
+GLOBAL array Conf_Helptext;
+
 /** Array of ports this server should listen on */
 GLOBAL array Conf_ListenPorts;