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

Comparing ircd-hybrid-7.3/src/channel.c (file contents):
Revision 1145 by michael, Sun Nov 8 13:10:50 2009 UTC vs.
Revision 1146 by michael, Thu Jul 28 20:00:19 2011 UTC

# Line 447 | Line 447 | channel_member_names(struct Client *sour
447    char *t = NULL, *start = NULL;
448    int tlen = 0;
449    int is_member = IsMember(source_p, chptr);
450 <  int multi_prefix = (source_p->localClient->cap_active & CAP_MULTI_PREFIX) != 0;
450 >  int multi_prefix = HasCap(source_p, CAP_MULTI_PREFIX) != 0;
451  
452    if (PubChannel(chptr) || is_member)
453    {

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines