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

Comparing ircd-hybrid-7.2/src/channel.c (file contents):
Revision 456 by michael, Sun Feb 12 20:17:29 2006 UTC vs.
Revision 503 by michael, Fri Mar 3 19:53:47 2006 UTC

# Line 476 | Line 476 | channel_member_names(struct Client *sour
476    char *t = NULL, *start = NULL;
477    int tlen = 0;
478    int is_member = IsMember(source_p, chptr);
479 +  int multi_prefix = (source_p->localClient->cap_active & CAP_MULTI_PREFIX) != 0;
480  
481    if (PubChannel(chptr) || is_member)
482    {
# Line 504 | Line 505 | channel_member_names(struct Client *sour
505          t = start;
506        }
507  
508 <      t += ircsprintf(t, "%s%s ", get_member_status(ms, NO),
508 >      t += ircsprintf(t, "%s%s ", get_member_status(ms, multi_prefix),
509                        target_p->name);
510      }
511  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines