ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/svn/ircd-hybrid/trunk/modules/m_whois.c
(Generate patch)

Comparing ircd-hybrid-8/modules/m_whois.c (file contents):
Revision 1403 by michael, Wed May 9 19:11:32 2012 UTC vs.
Revision 1474 by michael, Sun Jul 22 14:44:07 2012 UTC

# 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';

Diff Legend

Removed lines
+ Added lines
< Changed lines (old)
> Changed lines (new)