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

Comparing ircd-hybrid/trunk/src/packet.c (file contents):
Revision 1631 by michael, Sat Oct 27 21:02:32 2012 UTC vs.
Revision 1632 by michael, Sun Nov 4 15:37:10 2012 UTC

# Line 364 | Line 364 | read_packet(fde_t *fd, void *data)
364      /* Check to make sure we're not flooding */
365      if (!(IsServer(client_p) || IsHandshake(client_p) || IsConnecting(client_p))
366          && (dbuf_length(&client_p->localClient->buf_recvq) >
367 <            get_recvq(client_p)))
367 >            get_recvq(&client_p->localClient->confs)))
368      {
369        if (!(ConfigFileEntry.no_oper_flood && HasUMode(client_p, UMODE_OPER)))
370        {

Diff Legend

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