Update BOB.cpp

fixed typo
This commit is contained in:
orignal 2016-07-16 10:21:07 -04:00 committed by GitHub
parent e1bf53d90a
commit 2c099c7f0e

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