]> jfr.im git - irc/freenode/ircd-seven.git/commitdiff
fix target list generation edge case where WALLCHOPS was requested alongside normal...
authorWilliam Pitcock <redacted>
Mon, 9 Feb 2015 17:14:03 +0000 (11:14 -0600)
committerWilliam Pitcock <redacted>
Mon, 9 Feb 2015 17:16:06 +0000 (11:16 -0600)
from ircd-hybrid r5457

modules/core/m_message.c

index ea03186df35b2b294b82d0cb6d3893f3c8bf1bf5..0313b13794a4544f1c7ff8087d4b15616c68ada4 100644 (file)
@@ -364,7 +364,7 @@ build_target_list(enum message_type msgtype, struct Client *client_p,
                                                   get_id(&me, source_p),
                                                   get_id(source_p, source_p),
                                                   with_prefix);
-                                       return (-1);
+                                       continue;
                                }
 
                                if(!duplicate_ptr(chptr))