Update BOB.cpp

Fix a little typo
This commit is contained in:
Ricardo Jesus Malagon Jerez 2016-07-16 09:21:01 -05:00 committed by GitHub
parent e1bf53d90a
commit fba53117d8

View File

@ -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");
}