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 3113 by michael, Thu Mar 6 22:19:29 2014 UTC vs.
Revision 3171 by michael, Sun Mar 16 11:51:48 2014 UTC

# Line 355 | Line 355 | read_packet(fde_t *fd, void *data)
355      {
356        if (!(ConfigFileEntry.no_oper_flood && HasUMode(client_p, UMODE_OPER)))
357        {
358 <        exit_client(client_p, client_p, "Excess Flood");
358 >        exit_client(client_p, "Excess Flood");
359          return;
360        }
361      }

Diff Legend

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