1999-09-03 14:27:29 +00:00
|
|
|
#ifndef __COMMON_SETUP_H
|
|
|
|
|
#define __COMMON_SETUP_H
|
|
|
|
|
|
|
|
|
|
#define LOG_FILE_CREATE_MODE 0644
|
|
|
|
|
|
2000-03-19 22:35:56 +00:00
|
|
|
/* wait for half an hour before trying to reconnect to host where last
|
|
|
|
|
connection failed */
|
|
|
|
|
#define FAILED_RECONNECT_WAIT (60*30)
|
|
|
|
|
|
1999-09-03 14:27:29 +00:00
|
|
|
/* How often to check if there's anyone to be unignored in autoignore list */
|
|
|
|
|
#define AUTOIGNORE_TIMECHECK 10000
|
|
|
|
|
|
|
|
|
|
/* How often to check if there's anyone to be unbanned in knockout list */
|
|
|
|
|
#define KNOCKOUT_TIMECHECK 10000
|
|
|
|
|
|
|
|
|
|
/* How often to check for gone status of nick */
|
|
|
|
|
#define MAX_GONE_REFRESH_TIME 300
|
|
|
|
|
|
2000-04-14 11:27:14 +00:00
|
|
|
/* How long to keep netsplits in memory (seconds) */
|
|
|
|
|
#define NETSPLIT_MAX_REMEMBER (60*30)
|
2000-02-18 22:50:21 +00:00
|
|
|
|
1999-09-03 14:27:29 +00:00
|
|
|
#endif
|