]> arthur.barton.de Git - ngircd-alex.git/blobdiff - src/ngircd/conf.h
ClientHost setting
[ngircd-alex.git] / src / ngircd / conf.h
index 8c6aea8641194693d90ca0cac3362ecb454abab1..1747139df06055f53a4f5e89407b1adab11a1f6e 100644 (file)
@@ -97,6 +97,9 @@ struct Conf_Channel {
 /** Name (ID, "nick") of this server */
 GLOBAL char Conf_ServerName[CLIENT_ID_LEN];
 
+/** Hostname of the clients */
+GLOBAL char Conf_ClientHost[CLIENT_ID_LEN];
+
 /** Server info text */
 GLOBAL char Conf_ServerInfo[CLIENT_INFO_LEN];