mirror of
https://github.com/irssi/irssi.git
synced 2026-08-11 04:43:34 +02:00
Added #define DEFAULT_SERVER_ADD_PORT to common.h which /SERVER ADD uses as
default port. Fixed autoconnecting to use port 0 (default) instead of forced 6667. git-svn-id: http://svn.irssi.org/repos/irssi/trunk@2970 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
parent
37995ea05f
commit
ca4328e3ab
3 changed files with 4 additions and 2 deletions
|
|
@ -143,7 +143,7 @@ void fe_common_core_init(void)
|
|||
|
||||
autocon_server = NULL;
|
||||
autocon_password = NULL;
|
||||
autocon_port = 6667;
|
||||
autocon_port = 0;
|
||||
no_autoconnect = FALSE;
|
||||
cmdline_nick = NULL;
|
||||
cmdline_hostname = NULL;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue