Update BOB.cpp

Fix a little typo
pull/576/head
Ricardo Jesus Malagon Jerez 8 years ago committed by GitHub
parent e1bf53d90a
commit fba53117d8

@ -550,7 +550,7 @@ namespace client
{ {
LogPrint (eLogDebug, "BOB: status ", operand); LogPrint (eLogDebug, "BOB: status ", operand);
if (m_Owner.FindDestination (operand)) if (m_Owner.FindDestination (operand))
SendReplyOK ("") SendReplyOK ("");
else else
SendReplyError ("no nickname has been set"); SendReplyError ("no nickname has been set");
} }

Loading…
Cancel
Save