Implement generic support for IRCv3 standard replies. (#2589)

https://ircv3.net/specs/extensions/standard-replies

Co-authored-by: Patrick <tingping@tingping.se>
This commit is contained in:
Sadie Powell
2021-06-21 00:29:36 +01:00
committed by GitHub
parent 55e4f1c42e
commit d5b4577315
3 changed files with 92 additions and 0 deletions

View File

@@ -1512,6 +1512,17 @@ static char * const pevt_discon_help[] = {
N_("Error"),
};
static char * const pevt_stdrpl_help[] = {
N_("Error Code"),
N_("Error Message"),
};
static char * const pevt_stdrplcmd_help[] = {
N_("Command"),
N_("Error Code"),
N_("Error Message"),
};
#include "textevents.h"
static void