1
0
mirror of https://github.com/PurpleI2P/i2pd.git synced 2025-01-26 03:54:16 +00:00

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