mirror of
https://github.com/irssi/irssi.git
synced 2024-11-03 04:27:19 -05:00
Moved all server connection information to SERVER_CONNECT_REC from
SERVER_REC and RECONNECT_REC. git-svn-id: http://svn.irssi.org/repos/irssi/trunk@160 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
parent
6275dd69ad
commit
7f4eac0dd4
@ -7,6 +7,10 @@
|
||||
#define LOG_FILE_CREATE_MODE 0644
|
||||
#define CMD_CHAR '/'
|
||||
|
||||
/* wait for half an hour before trying to reconnect to host where last
|
||||
connection failed */
|
||||
#define FAILED_RECONNECT_WAIT (60*30)
|
||||
|
||||
/* How often to check if there's anyone to be unignored in autoignore list */
|
||||
#define AUTOIGNORE_TIMECHECK 10000
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user