mirror of
https://github.com/znc/znc.git
synced 2026-03-28 17:42:41 +01:00
Fix #1022: Status and module commands not echoed back to client
This commit is contained in:
@@ -324,6 +324,7 @@ void CClient::ReadLine(const CString& sData) {
|
||||
} else {
|
||||
CALLMOD(sTarget, this, m_pUser, m_pNetwork, OnModCommand(TextMsg.GetText()));
|
||||
}
|
||||
EchoMessage(Message);
|
||||
continue;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user