Browse Source

Update BOB.cpp

Fix a little typo
pull/576/head
Ricardo Jesus Malagon Jerez 8 years ago committed by GitHub
parent
commit
fba53117d8
  1. 2
      BOB.cpp

2
BOB.cpp

@ -550,7 +550,7 @@ namespace client @@ -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");
}

Loading…
Cancel
Save