# | Line 305 | Line 305 | m_who(struct Client *source_p, int parc, | |
---|---|---|
305 | /* List all users on a given channel */ | |
306 | if ((chptr = hash_find_channel(mask))) | |
307 | { | |
308 | < | if (IsMember(source_p, chptr) || HasUMode(source_p, UMODE_ADMIN)) |
308 | > | if (HasUMode(source_p, UMODE_ADMIN) || IsMember(source_p, chptr)) |
309 | do_who_on_channel(source_p, chptr, 1, server_oper); | |
310 | else if (!SecretChannel(chptr)) | |
311 | do_who_on_channel(source_p, chptr, 0, server_oper); |
– | Removed lines |
+ | Added lines |
< | Changed lines (old) |
> | Changed lines (new) |