diff options
Diffstat (limited to 'modules/m_ping.c')
-rw-r--r-- | modules/m_ping.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/m_ping.c b/modules/m_ping.c index cec3596..dfc1a9a 100644 --- a/modules/m_ping.c +++ b/modules/m_ping.c @@ -108,7 +108,7 @@ ms_ping(struct Client *client_p, struct Client *source_p, { if ((target_p = hash_find_server(destination))) sendto_one(target_p, ":%s PING %s :%s", source_p->name, - origin, destination); + origin, destination); else { sendto_one(source_p, form_str(ERR_NOSUCHSERVER), |