]> jfr.im git - irc/rqf/shadowircd.git/blobdiff - modules/m_pong.c
Automated merge with ssh://hg.atheme.org//hg/charybdis
[irc/rqf/shadowircd.git] / modules / m_pong.c
index e5fb98e0a529483555a5eac8dc7b04eac1b9f2fd..3d83249b68f976d44f3c92de9a0b6ab07db4a697 100644 (file)
@@ -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;