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

Comparing ircd-hybrid-8/modules/core/m_message.c (file contents):
Revision 1169 by michael, Fri Aug 12 18:45:03 2011 UTC vs.
Revision 1170 by michael, Fri Aug 12 19:03:34 2011 UTC

# Line 576 | Line 576 | msg_client(int p_or_n, const char *comma
576      if (!IsServer(source_p) && IsSetCallerId(target_p))
577      {
578        /* Here is the anti-flood bot/spambot code -db */
579 <      if (source_p == target_p || accept_message(source_p, target_p) ||
579 >      if (source_p == target_p || accept_message(source_p, target_p) || IsService(source_p) ||
580           (IsOper(source_p) && (ConfigFileEntry.opers_bypass_callerid == 1)))
581        {
582          sendto_one(target_p, ":%s!%s@%s %s %s :%s",

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines