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();
|
||||
return away_only()
|
||||
&& client_count_less_than()
|
||||
&& idle()
|
||||
&& last_active(context)
|
||||
&& last_notification(context)
|
||||
|
|
Loading…
Reference in New Issue