summaryrefslogtreecommitdiff
path: root/modules/m_motd.c
diff options
context:
space:
mode:
Diffstat (limited to 'modules/m_motd.c')
-rw-r--r--modules/m_motd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/m_motd.c b/modules/m_motd.c
index 6943867..805840f 100644
--- a/modules/m_motd.c
+++ b/modules/m_motd.c
@@ -59,7 +59,7 @@ m_motd(struct Client *client_p, struct Client *source_p,
if ((last_used + ConfigFileEntry.pace_wait) > CurrentTime)
{
/* safe enough to give this on a local connect only */
- sendto_one(source_p, RPL_LOAD2HI,
+ sendto_one(source_p, form_str(RPL_LOAD2HI),
me.name, source_p->name);
return;
}