# | 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) |
– | Removed lines |
+ | Added lines |
< | Changed lines (old) |
> | Changed lines (new) |