| # | Line 643 | Line 643 | sendnick_TS(struct Client *client_p, str | |
|---|---|---|
| 643 | } | |
| 644 | ||
| 645 | if (IsConfAwayBurst((struct AccessItem *)map_to_conf(client_p->localClient->confs.head->data))) | |
| 646 | < | if (!EmptyString(target_p->away)) |
| 646 | > | if (target_p->away[0]) |
| 647 | sendto_one(client_p, ":%s AWAY :%s", ID_or_name(target_p, client_p), | |
| 648 | target_p->away); | |
| 649 | ||
| – | Removed lines |
| + | Added lines |
| < | Changed lines (old) |
| > | Changed lines (new) |