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

Comparing ircd-hybrid/branches/8.2.x/src/user.c (file contents):
Revision 6902 by michael, Mon Dec 7 17:42:18 2015 UTC vs.
Revision 6920 by michael, Thu Dec 10 13:07:22 2015 UTC

# Line 817 | Line 817 | user_set_hostmask(struct Client *target_
817      sendto_channel_local(target_p, member->chptr, 0, CAP_EXTENDED_JOIN, CAP_CHGHOST, ":%s!%s@%s JOIN %s %s :%s",
818                           target_p->name, target_p->username,
819                           target_p->host, member->chptr->name,
820 <                         (!IsDigit(target_p->account[0]) && target_p->account[0] != '*') ? target_p->account : "*",
821 <                         target_p->info);
820 >                         target_p->account, target_p->info);
821      sendto_channel_local(target_p, member->chptr, 0, 0, CAP_EXTENDED_JOIN | CAP_CHGHOST, ":%s!%s@%s JOIN :%s",
822                           target_p->name, target_p->username,
823                           target_p->host, member->chptr->name);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines