mirror of https://github.com/SeanOMik/znc-push.git
Fix client_count condition not applying to queries
This commit is contained in:
parent
5b24f18c37
commit
c462f15201
|
@ -369,6 +369,7 @@ class CNotifoMod : public CModule
|
||||||
{
|
{
|
||||||
CString context = nick.GetNick();
|
CString context = nick.GetNick();
|
||||||
return away_only()
|
return away_only()
|
||||||
|
&& client_count_less_than()
|
||||||
&& idle()
|
&& idle()
|
||||||
&& last_active(context)
|
&& last_active(context)
|
||||||
&& last_notification(context)
|
&& last_notification(context)
|
||||||
|
|
Loading…
Reference in New Issue