# | Line 1098 | Line 1098 | send_umode(struct Client *client_p, stru | |
---|---|---|
1098 | *m = '\0'; | |
1099 | ||
1100 | if (*umode_buf && client_p) | |
1101 | < | sendto_one(client_p, ":%s MODE %s :%s", |
1102 | < | source_p->name, source_p->name, umode_buf); |
1101 | > | sendto_one(client_p, ":%s!%s@%s MODE %s :%s", |
1102 | > | source_p->name, source_p->username, |
1103 | > | source_p->host, source_p->name, umode_buf); |
1104 | } | |
1105 | ||
1106 | /* send_umode_out() |
– | Removed lines |
+ | Added lines |
< | Changed lines (old) |
> | Changed lines (new) |