# | Line 814 | Line 814 | send_umode(struct Client *client_p, stru | |
---|---|---|
814 | ||
815 | if (*umode_buf && client_p) | |
816 | sendto_one(client_p, ":%s!%s@%s MODE %s :%s", | |
817 | < | source_p->name, source_p->username, |
818 | < | source_p->host, source_p->name, umode_buf); |
817 | > | client_p->name, client_p->username, |
818 | > | client_p->host, client_p->name, umode_buf); |
819 | } | |
820 | ||
821 | /* send_umode_out() |
– | Removed lines |
+ | Added lines |
< | Changed lines (old) |
> | Changed lines (new) |