diff options
Diffstat (limited to 'modules/m_motd.c')
-rw-r--r-- | modules/m_motd.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/m_motd.c b/modules/m_motd.c index 805840f..4f30eb7 100644 --- a/modules/m_motd.c +++ b/modules/m_motd.c @@ -42,7 +42,7 @@ do_motd(struct Client *source_p) "MOTD requested by %s (%s@%s) [%s]", source_p->name, source_p->username, source_p->host, source_p->servptr->name); - send_message_file(source_p, &ConfigFileEntry.motd); + motd_send(source_p); } /* |