mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-03-18 23:36:39 +01:00
Update BOB.cpp
fixed typo
This commit is contained in:
parent
e1bf53d90a
commit
2c099c7f0e
1 changed files with 1 additions and 1 deletions
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…
Add table
Reference in a new issue