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:
J-P Nurmi
2015-09-10 00:21:04 +02:00
parent db64e34e28
commit 1a3e9ecb86
3 changed files with 14 additions and 7 deletions
+1
View File
@@ -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 {