summaryrefslogtreecommitdiff
path: root/src/common.h
diff options
context:
space:
mode:
authorJari Matilainen <jari.matilainen@istone.se>2017-06-04 17:41:38 +0200
committerJari Matilainen <jari.matilainen@istone.se>2017-06-04 17:41:38 +0200
commite84adeca15084a82c04ff6c3b5c7b8941c297322 (patch)
treef934c40f24d8faa1c51d94e240523c757509c4e4 /src/common.h
parent0c26aeb9fc716416aa7dde2356cc59643f7cc793 (diff)
downloadirssi-e84adeca15084a82c04ff6c3b5c7b8941c297322.zip
change ternary operator to if/else statements, add default ssl port support
Diffstat (limited to 'src/common.h')
-rw-r--r--src/common.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/common.h b/src/common.h
index b6f9153e..ddbb1deb 100644
--- a/src/common.h
+++ b/src/common.h
@@ -9,6 +9,7 @@
#define IRSSI_ABI_VERSION 9
#define DEFAULT_SERVER_ADD_PORT 6667
+#define DEFAULT_SERVER_ADD_TLS_PORT 6697
#ifdef HAVE_CONFIG_H
#include "irssi-config.h"