Merge pull request #60 from ailin-nemui/paste

Add "paste event" signal

(cherry picked from commit 738931762b)
This commit is contained in:
ailin-nemui 2022-02-11 14:17:49 +01:00 committed by Ailin Nemui
commit 44ad0fce90
6 changed files with 262 additions and 26 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 43
#define IRSSI_ABI_VERSION 44
#define DEFAULT_SERVER_ADD_PORT 6667
#define DEFAULT_SERVER_ADD_TLS_PORT 6697