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

Comparing ircd-hybrid/trunk/src/hostmask.c (file contents):
Revision 8521 by michael, Thu Mar 29 09:05:34 2018 UTC vs.
Revision 8522 by michael, Tue Apr 24 19:48:22 2018 UTC

# Line 736 | Line 736 | hostmask_send_expiration(const struct Ad
736   {
737    char ban_type = '?';
738  
739 <  if (!ConfigGeneral.tkline_expire_notices)
739 >  if (ConfigGeneral.tkline_expire_notices == 0)
740      return;
741  
742    switch (arec->type)

Diff Legend

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