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

Comparing ircd-hybrid/trunk/src/user.c (file contents):
Revision 6776 by michael, Fri Nov 13 20:20:48 2015 UTC vs.
Revision 6777 by michael, Fri Nov 13 20:32:04 2015 UTC

# Line 827 | Line 827 | user_set_hostmask(struct Client *target_
827        sendto_channel_local(target_p, member->chptr, 0, 0, CAP_CHGHOST, ":%s MODE %s +%s %s",
828                             target_p->servptr->name, member->chptr->name,
829                             modebuf, nickbuf);
830    if (target_p->away[0])
831      sendto_channel_local(target_p, member->chptr, 0, CAP_AWAY_NOTIFY, CAP_CHGHOST,
832                           ":%s!%s@%s AWAY :%s",
833                           target_p->name, target_p->username,
834                           target_p->host, target_p->away);
830    }
831 +
832 +  if (target_p->away[0])
833 +    sendto_common_channels_local(target_p, 0, CAP_AWAY_NOTIFY, CAP_CHGHOST,
834 +                                 ":%s!%s@%s AWAY :%s",
835 +                                 target_p->name, target_p->username,
836 +                                 target_p->host, target_p->away);
837   }

Diff Legend

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