| # | Line 308 | Line 308 | whois_person(struct Client *source_p, st | |
|---|---|---|
| 308 | ||
| 309 | if (ShowChannel(source_p, chptr)) | |
| 310 | { | |
| 311 | – | /* Don't show local channels if user is doing a remote whois */ |
| 312 | – | if (!MyConnect(source_p) && (chptr->chname[0] == '&')) |
| 313 | – | continue; |
| 314 | – | |
| 311 | if ((cur_len + 3 + strlen(chptr->chname) + 1) > (IRCD_BUFSIZE - 2)) | |
| 312 | { | |
| 313 | *(t - 1) = '\0'; | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines (old) |
| > | Changed lines (new) |