fix target list generation edge case where WALLCHOPS was requested alongside normal users if the source user was not a channel op.

from ircd-hybrid r5457
This commit is contained in:
William Pitcock 2015-02-09 11:14:03 -06:00
parent 22e4a9bc2b
commit bc75c3ae0e

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