change ternary operator to if/else statements, add default ssl port support

This commit is contained in:
Jari Matilainen 2017-06-04 17:41:38 +02:00
commit e84adeca15
2 changed files with 10 additions and 4 deletions

View file

@ -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"