diff --git a/BOB.cpp b/BOB.cpp index b241e740..ab983866 100644 --- a/BOB.cpp +++ b/BOB.cpp @@ -550,7 +550,7 @@ namespace client { LogPrint (eLogDebug, "BOB: status ", operand); if (m_Owner.FindDestination (operand)) - SendReplyOK ("") + SendReplyOK (""); else SendReplyError ("no nickname has been set"); }