ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/svn/ircd-hybrid/trunk/modules/m_who.c
(Generate patch)

Comparing ircd-hybrid/trunk/modules/m_who.c (file contents):
Revision 7644 by michael, Fri Jul 15 19:52:16 2016 UTC vs.
Revision 7645 by michael, Sat Jul 16 17:57:13 2016 UTC

# 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);

Diff Legend

Removed lines
+ Added lines
< Changed lines (old)
> Changed lines (new)