From dbc968c7fdbeb0f4128f9d952229ed2e5c749531 Mon Sep 17 00:00:00 2001 From: Pekka Riikonen Date: Mon, 21 Oct 2002 19:30:15 +0000 Subject: [PATCH] Merged autoconn port fix from irssi.org CVS. --- apps/irssi/src/common.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/apps/irssi/src/common.h b/apps/irssi/src/common.h index b65c57a1..ed25e698 100644 --- a/apps/irssi/src/common.h +++ b/apps/irssi/src/common.h @@ -11,6 +11,8 @@ #define IRSSI_GLOBAL_CONFIG "silc.conf" /* config file name in /etc/ */ #define IRSSI_HOME_CONFIG "silc.conf" /* config file name in ~/.irssi/ */ +#define DEFAULT_SERVER_ADD_PORT 706 + #ifdef HAVE_CONFIG_H #include "config.h" #endif -- 2.24.0