]> jfr.im git - irc/evilnet/x3.git/commitdiff
ugh im an idiot..
authorrubin <redacted>
Fri, 8 Dec 2006 04:23:25 +0000 (04:23 +0000)
committerrubin <redacted>
Fri, 8 Dec 2006 04:23:25 +0000 (04:23 +0000)
src/opserv.c

index b82aa3d25097e8d7cffd9a8a77a2637c4956cb88..0fddc87600f40d14fd586e51d10d0aff777674bc 100644 (file)
@@ -2333,7 +2333,7 @@ static MODCMD_FUNC(cmd_stats_alerts) {
     for (it = dict_first(opserv_user_alerts); it; it = iter_next(it)) {
         alert = iter_data(it);
         if(m && (!match_ircglob(alert->text_discrim, m) && strcasecmp(alert->owner, m)) )
-             break; /* not a match to requested filter */
+             continue; /* not a match to requested filter */
         switch (alert->reaction) {
         case REACT_NOTICE: reaction = "notice"; break;
         case REACT_KILL: reaction = "kill"; break;