Fix client_count condition not applying to queries

This commit is contained in:
John Reese 2011-02-14 10:20:56 -05:00
parent 5b24f18c37
commit c462f15201
1 changed files with 1 additions and 0 deletions

View File

@ -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)