|
|
|
@ -447,7 +447,7 @@ void IRCDDBApp::sendPing(const std::string &to, const std::string &from)
|
|
|
|
std::string ircUser = t + std::string("-") + std::to_string(j);
|
|
|
|
std::string ircUser = t + std::string("-") + std::to_string(j);
|
|
|
|
|
|
|
|
|
|
|
|
if (1 == d->user.count(ircUser)) {
|
|
|
|
if (1 == d->user.count(ircUser)) {
|
|
|
|
IRCMessage *rm = new IRCMessage(t, "IDRT_PING");
|
|
|
|
IRCMessage *rm = new IRCMessage(ircUser, "IDRT_PING");
|
|
|
|
rm->addParam(from);
|
|
|
|
rm->addParam(from);
|
|
|
|
std::string out;
|
|
|
|
std::string out;
|
|
|
|
rm->composeMessage(out);
|
|
|
|
rm->composeMessage(out);
|
|
|
|
|