ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/svn/ircd-hybrid/branches/8.2.x/modules/core/m_message.c
(Generate patch)

Comparing ircd-hybrid/branches/8.2.x/modules/core/m_message.c (file contents):
Revision 5452 by michael, Mon Feb 2 18:30:39 2015 UTC vs.
Revision 5453 by michael, Mon Feb 2 18:58:44 2015 UTC

# Line 379 | Line 379 | msg_client(int p_or_n, const char *comma
379        }
380  
381        /* Only so opers can watch for floods */
382 <      flood_attack_client(p_or_n, source_p, target_p);
382 >      flood_attack_client(NOTICE, source_p, target_p);
383        return;
384      }
385  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines