| # | Line 298 | Line 298 | static void | |
|---|---|---|
| 298 | initialize_message_files(void) | |
| 299 | { | |
| 300 | init_message_file(USER_MOTD, MPATH, &ConfigFileEntry.motd); | |
| 301 | – | init_message_file(OPER_MOTD, OPATH, &ConfigFileEntry.opermotd); |
| 301 | init_message_file(USER_LINKS, LIPATH, &ConfigFileEntry.linksfile); | |
| 302 | ||
| 303 | read_message_file(&ConfigFileEntry.motd); | |
| 305 | – | read_message_file(&ConfigFileEntry.opermotd); |
| 304 | read_message_file(&ConfigFileEntry.linksfile); | |
| 305 | ||
| 306 | init_isupport(); | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines (old) |
| > | Changed lines (new) |