push the right param

pull/14/head
Tom Early 7 years ago
parent 7456a73f1c
commit 57b2293420

@ -450,7 +450,7 @@ void IRCDDBApp::sendPing(const std::string &to, const std::string &from)
std::string f(from);
ReplaceChar(f, ' ', '_');
IRCMessage *rm = new IRCMessage(ircUser, "IDRT_PING");
rm->addParam(from);
rm->addParam(f);
std::string out;
rm->composeMessage(out);
out.pop_back();

Loading…
Cancel
Save

Powered by TurnKey Linux.