diff options
Diffstat (limited to 'modules/m_help.c')
-rw-r--r-- | modules/m_help.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/m_help.c b/modules/m_help.c index ba7fbc4..ae31ce4 100644 --- a/modules/m_help.c +++ b/modules/m_help.c @@ -136,7 +136,7 @@ m_help(struct Client *client_p, struct Client *source_p, if ((last_used + ConfigFileEntry.pace_wait_simple) > CurrentTime) { /* safe enough to give this on a local connect only */ - sendto_one(source_p,form_str(RPL_LOAD2HI), + sendto_one(source_p, form_str(RPL_LOAD2HI), me.name, source_p->name); return 0; } |