mirror of
https://github.com/irssi/irssi.git
synced 2026-08-08 19:30:15 +02: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
1 changed files with 4 additions and 0 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue