From ca4328e3ab57d0c7cb5fa86b3ff21ea27a3165f2 Mon Sep 17 00:00:00 2001 From: Timo Sirainen Date: Mon, 21 Oct 2002 19:05:44 +0000 Subject: 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 --- src/common.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/common.h') diff --git a/src/common.h b/src/common.h index b4e04179..95a49b2f 100644 --- a/src/common.h +++ b/src/common.h @@ -11,6 +11,8 @@ #define IRSSI_GLOBAL_CONFIG "irssi.conf" /* config file name in /etc/ */ #define IRSSI_HOME_CONFIG "config" /* config file name in ~/.irssi/ */ +#define DEFAULT_SERVER_ADD_PORT 6667 + #ifdef HAVE_CONFIG_H #include "config.h" #endif -- cgit v1.2.3