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 8059 by michael, Thu Mar 23 16:13:39 2017 UTC vs.
Revision 8274 by michael, Wed Sep 27 18:45:51 2017 UTC

# Line 820 | Line 820 | check_spambot_warning(struct Client *cli
820    int t_delta = 0;
821    int decrement_count = 0;
822  
823 <  if ((GlobalSetOptions.spam_num &&
824 <       (client_p->connection->join_leave_count >=
825 <        GlobalSetOptions.spam_num)))
823 >  if (GlobalSetOptions.spam_num &&
824 >      (client_p->connection->join_leave_count >= GlobalSetOptions.spam_num))
825    {
826      if (client_p->connection->oper_warn_count_down > 0)
827        client_p->connection->oper_warn_count_down--;

Diff Legend

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