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

Comparing ircd-hybrid/trunk/src/channel.c (file contents):
Revision 3952 by michael, Mon Jun 16 19:53:05 2014 UTC vs.
Revision 3996 by michael, Wed Jun 18 18:07:22 2014 UTC

# Line 229 | Line 229 | send_mode_list(struct Client *client_p,
229      tlen = banptr->len + 3;
230  
231      /*
232 <     * Send buffer and start over if we cannot fit another ban,
233 <     * or if the target is non-ts6 and we have too many modes in
234 <     * in this line.
232 >     * Send buffer and start over if we cannot fit another ban
233       */
234      if (cur_len + (tlen - 1) > IRCD_BUFSIZE - 2)
235      {

Diff Legend

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