now produce an error. This detects compilers that do not have a correct regex
implementation.
- Prevents stripping colour codes from messages incoming IRC messages.
+- ZNC will no longer send push notifications to backgrounded Palaver devices.
## 1.0.1
{
CDevice& device = **it;
+ if (m_pClient && device.HasClient(*m_pClient)) {
+ continue;
+ }
+
if (device.HasNetwork(*m_pNetwork)) {
bool bMention = (
((pChannel == NULL) || device.HasMentionChannel(pChannel->GetName())) ||