diff options
Diffstat (limited to 'src/irc/core/irc-commands.c')
-rw-r--r-- | src/irc/core/irc-commands.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/irc/core/irc-commands.c b/src/irc/core/irc-commands.c index 59d85da3..ea720edb 100644 --- a/src/irc/core/irc-commands.c +++ b/src/irc/core/irc-commands.c @@ -24,7 +24,6 @@ #include "misc.h" #include "special-vars.h" #include "settings.h" -#include "common-setup.h" #include "bans.h" #include "channels.h" @@ -34,6 +33,9 @@ #include "server-redirect.h" #include "server-setup.h" +/* How often to check if there's anyone to be unbanned in knockout list */ +#define KNOCKOUT_TIMECHECK 10000 + typedef struct { CHANNEL_REC *channel; char *ban; |