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 4589 by michael, Tue Aug 26 15:59:21 2014 UTC vs.
Revision 4617 by michael, Sun Sep 7 13:00:55 2014 UTC

# Line 913 | Line 913 | user_set_hostmask(struct Client *target_
913  
914      sendto_channel_local_butone(target_p, 0, 0, ms->chptr, ":%s!%s@%s JOIN :%s",
915                                  target_p->name, target_p->username, target_p->host,
916 <                                ms->chptr->chname);
916 >                                ms->chptr->name);
917      if (nickbuf[0])
918        sendto_channel_local_butone(target_p, 0, 0, ms->chptr, ":%s MODE %s +%s %s",
919 <                                  target_p->servptr->name, ms->chptr->chname,
919 >                                  target_p->servptr->name, ms->chptr->name,
920                                    modebuf, nickbuf);
921  
922    }

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines