mirror of
https://github.com/irssi/irssi.git
synced 2026-08-18 08:02:13 +02:00
removed common-setup.h, put all settings in it to files where they belong to.
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@272 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
parent
397def0d3c
commit
3e4f947934
8 changed files with 15 additions and 29 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue