mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-03-22 00:59:08 +01:00
getnick doean't return error if was set before
This commit is contained in:
parent
abcf030181
commit
3b9b827ebf
1 changed files with 4 additions and 1 deletions
3
BOB.cpp
3
BOB.cpp
|
@ -409,6 +409,9 @@ namespace client
|
|||
{
|
||||
m_Keys = m_CurrentDestination->GetKeys ();
|
||||
m_Nickname = operand;
|
||||
}
|
||||
if (m_Nickname == operand)
|
||||
{
|
||||
std::string msg ("Nickname set to ");
|
||||
msg += m_Nickname;
|
||||
SendReplyOK (msg.c_str ());
|
||||
|
|
Loading…
Add table
Reference in a new issue