pull/14/head
Tom Early 7 years ago
parent e899273883
commit a206014541

@ -510,7 +510,7 @@ void CQnetGateway::GetIRCDataThread()
break;
case IDRT_PING:
ii->receivePing(rptr);
ReplaceChar(prtr, '_', ' ');
ReplaceChar(rptr, '_', ' ');
printf("IDRT_PING rptr=%s\n", rptr.c_str());
if (! rptr.empty()) {
pthread_mutex_lock(&irc_data_mutex);

Loading…
Cancel
Save

Powered by TurnKey Linux.