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:
parent
22e4a9bc2b
commit
bc75c3ae0e
1 changed files with 1 additions and 1 deletions
|
@ -364,7 +364,7 @@ build_target_list(enum message_type msgtype, struct Client *client_p,
|
||||||
get_id(&me, source_p),
|
get_id(&me, source_p),
|
||||||
get_id(source_p, source_p),
|
get_id(source_p, source_p),
|
||||||
with_prefix);
|
with_prefix);
|
||||||
return (-1);
|
continue;
|
||||||
}
|
}
|
||||||
|
|
||||||
if(!duplicate_ptr(chptr))
|
if(!duplicate_ptr(chptr))
|
||||||
|
|
Loading…
Reference in a new issue