X-Git-Url: https://jfr.im/git/irc/rqf/shadowircd.git/blobdiff_plain/13ae2f4b6904ebf7b8160902f9ffeb80f7585ed2..8a64e49e4cfb8cbaf66f023626f31f7c10a47e29:/modules/m_pong.c diff --git a/modules/m_pong.c b/modules/m_pong.c index e5fb98e..3d83249 100644 --- a/modules/m_pong.c +++ b/modules/m_pong.c @@ -127,7 +127,7 @@ mr_pong(struct Client *client_p, struct Client *source_p, int parc, const char * } else - sendto_one(source_p, form_str(ERR_NOORIGIN), me.name, parv[0]); + sendto_one(source_p, form_str(ERR_NOORIGIN), me.name, source_p->name); source_p->flags &= ~FLAGS_PINGSENT;