mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-03-07 06:09:42 +00:00
Update BOB.cpp
Fix a little typo
This commit is contained in:
committed by
GitHub
parent
e1bf53d90a
commit
fba53117d8
2
BOB.cpp
2
BOB.cpp
@@ -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");
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user