| # | Line 72 | Line 72 | do_whowas(struct Client *source_p, const | |
|---|---|---|
| 72 | whowas->username, whowas->hostname, | |
| 73 | whowas->sockhost); | |
| 74 | ||
| 75 | < | if (!IsDigit(whowas->account[0]) && whowas->account[0] != '*') |
| 75 | > | if (strcmp(whowas->account, "*")) |
| 76 | sendto_one_numeric(source_p, &me, RPL_WHOISACCOUNT, whowas->name, whowas->account, "was"); | |
| 77 | ||
| 78 | if ((whowas->shide || ConfigServerHide.hide_servers) && !HasUMode(source_p, UMODE_OPER)) | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines (old) |
| > | Changed lines (new) |