| # | 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 | } | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines (old) |
| > | Changed lines (new) |