Browse Source

Update BOB.cpp

fixed typo
pull/578/head
orignal 8 years ago committed by GitHub
parent
commit
2c099c7f0e
  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