1
0
mirror of https://github.com/unrealircd/unrealircd.git synced 2026-07-09 07:03:13 +02:00

- Fixed some MOTD problems: remote MOTD gone after rehash (#0001007) and motd time, etc...

This commit is contained in:
Bram Matthys
2003-05-31 01:28:14 +00:00
parent 88af97045e
commit bb53b0be8c
7 changed files with 72 additions and 208 deletions
+1 -1
View File
@@ -1001,7 +1001,7 @@ struct _configitem_tld {
ConfigItem *prev, *next;
ConfigFlag_tld flag;
char *mask, *motd_file, *rules_file, *channel;
struct tm *motd_tm;
struct tm motd_tm;
aMotd *rules, *motd;
u_short options;
};