mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-01-22 08:14:15 +00:00
Update BOB.cpp
Fix a little typo
This commit is contained in:
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");
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user