Merge pull request #653 from ailin-nemui/regexex

Enable UTF8 in GRegex
This commit is contained in:
ailin-nemui 2017-07-03 09:53:09 +02:00 committed by GitHub
commit 1656dc1e54
13 changed files with 344 additions and 134 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 9
#define IRSSI_ABI_VERSION 10
#define DEFAULT_SERVER_ADD_PORT 6667
#define DEFAULT_SERVER_ADD_TLS_PORT 6697