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 messages even if there are online clients
away
author
Kyle Fuller
<redacted>
Wed, 24 Apr 2013 20:28:53 +0000
(21:28 +0100)
committer
Kyle Fuller
<redacted>
Sat, 24 Oct 2015 01:00:22 +0000
(18:00 -0700)
palaver.cpp
patch
|
blob
|
history
diff --git
a/palaver.cpp
b/palaver.cpp
index 67326d6a19078fd4cfb3c514d0d576bba0d31acc..c3c13ba1f23d579246f0ec10c34f9091bbe52df0 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 (
true ||
m_pNetwork->IsUserOnline() == false) {
#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