mirror of
https://github.com/znc/znc.git
synced 2026-08-11 19:32:46 +02:00
Resolve #1045: Make CMessage retain the colon
If the colon was there when parsed, stick it back even if it would be technically unnecessary.
This commit is contained in:
@@ -114,6 +114,7 @@ private:
|
||||
CClient* m_pClient = nullptr;
|
||||
CChan* m_pChan = nullptr;
|
||||
Type m_eType = Type::Unknown;
|
||||
bool m_bColon = false;
|
||||
};
|
||||
|
||||
class CTargetMessage : public CMessage {
|
||||
|
||||
Reference in New Issue
Block a user