Merge pull request #50 from ailin-nemui/gliblog

Improve handling of GLib log messages

(cherry picked from commit 0e3f6aa4a2)
This commit is contained in:
ailin-nemui 2021-11-17 11:17:59 +01:00 committed by Ailin Nemui
commit 26c4cd8bbf
3 changed files with 70 additions and 7 deletions

View file

@ -6,7 +6,7 @@
#define IRSSI_GLOBAL_CONFIG "irssi.conf" /* config file name in /etc/ */
#define IRSSI_HOME_CONFIG "config" /* config file name in ~/.irssi/ */
#define IRSSI_ABI_VERSION 42
#define IRSSI_ABI_VERSION 43
#define DEFAULT_SERVER_ADD_PORT 6667
#define DEFAULT_SERVER_ADD_TLS_PORT 6697