mirror of
https://github.com/irssi/irssi.git
synced 2026-08-17 07:32:04 +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
|
|
@ -22,11 +22,13 @@
|
|||
#include "signals.h"
|
||||
#include "commands.h"
|
||||
#include "misc.h"
|
||||
#include "common-setup.h"
|
||||
|
||||
#include "irc-server.h"
|
||||
#include "netsplit.h"
|
||||
|
||||
/* How long to keep netsplits in memory (seconds) */
|
||||
#define NETSPLIT_MAX_REMEMBER (60*30)
|
||||
|
||||
static int split_tag;
|
||||
|
||||
static NETSPLIT_SERVER_REC *netsplit_server_find(IRC_SERVER_REC *server, const char *servername, const char *destserver)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue