git.99rst.org
/
znc-palaver.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
| inline |
side by side
(parent:
1735071
)
Don't strip colour codes from messages
author
Kyle Fuller
<redacted>
Sat, 24 Oct 2015 00:59:04 +0000
(17:59 -0700)
committer
Kyle Fuller
<redacted>
Sat, 24 Oct 2015 00:59:04 +0000
(17:59 -0700)
palaver.cpp
patch
|
blob
|
history
diff --git
a/palaver.cpp
b/palaver.cpp
index c1adb660b16f05900e6574628d6bea4fc4254026..67326d6a19078fd4cfb3c514d0d576bba0d31acc 100644
(file)
--- a/
palaver.cpp
+++ b/
palaver.cpp
@@
-992,7
+992,7
@@
public:
void ParseMessage(CNick& Nick, CString& sMessage, CChan *pChannel = NULL) {
if (m_pNetwork->IsUserOnline() == false) {
#if defined VERSION_MAJOR && defined VERSION_MINOR && VERSION_MAJOR >= 1 && VERSION_MINOR >= 2
- CString sCleanMessage = sMessage.StripControls();
+ CString sCleanMessage = sMessage.StripControls
_n
();
#else
CString &sCleanMessage = sMessage;
#endif
git clone https://git.99rst.org/PROJECT