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:
5158caf
)
Send notifications when network is IRC away
kylef/ircaway
author
Kyle Fuller
<redacted>
Tue, 26 Apr 2016 10:19:48 +0000
(11:19 +0100)
committer
Kyle Fuller
<redacted>
Tue, 26 Apr 2016 10:19:48 +0000
(11:19 +0100)
palaver.cpp
patch
|
blob
|
history
diff --git
a/palaver.cpp
b/palaver.cpp
index 67326d6a19078fd4cfb3c514d0d576bba0d31acc..bcce39d6cd0a32214bb236d2f37a3627e2f1d03f 100644
(file)
--- a/
palaver.cpp
+++ b/
palaver.cpp
@@
-990,7
+990,7
@@
public:
#pragma mark -
void ParseMessage(CNick& Nick, CString& sMessage, CChan *pChannel = NULL) {
- if (
m_pNetwork->IsUserOnline() == false
) {
+ if (
!m_pNetwork->IsUserOnline() || m_pNetwork->IsIRCAway()
) {
#if defined VERSION_MAJOR && defined VERSION_MINOR && VERSION_MAJOR >= 1 && VERSION_MINOR >= 2
CString sCleanMessage = sMessage.StripControls_n();
#else
git clone https://git.99rst.org/PROJECT