From c462f152016aa050d7a1eaed0bc8f05c5bbfdf14 Mon Sep 17 00:00:00 2001 From: John Reese Date: Mon, 14 Feb 2011 10:20:56 -0500 Subject: [PATCH] Fix client_count condition not applying to queries --- notifo.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/notifo.cpp b/notifo.cpp index 4a2500f..3fe3ada 100644 --- a/notifo.cpp +++ b/notifo.cpp @@ -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)