Send messages even if there are online clients away
authorKyle Fuller <redacted>
Wed, 24 Apr 2013 20:28:53 +0000 (21:28 +0100)
committerKyle Fuller <redacted>
Sat, 24 Oct 2015 01:00:22 +0000 (18:00 -0700)
palaver.cpp

index 67326d6a19078fd4cfb3c514d0d576bba0d31acc..c3c13ba1f23d579246f0ec10c34f9091bbe52df0 100644 (file)
@@ -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