From d5b45773157f40e1f078a5b02695d3fa2bb41b2d Mon Sep 17 00:00:00 2001 From: Sadie Powell Date: Mon, 21 Jun 2021 00:29:36 +0100 Subject: Implement generic support for IRCv3 standard replies. (#2589) https://ircv3.net/specs/extensions/standard-replies Co-authored-by: Patrick --- src/common/text.c | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'src/common/text.c') diff --git a/src/common/text.c b/src/common/text.c index b0a90e03..a77700fa 100644 --- a/src/common/text.c +++ b/src/common/text.c @@ -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 -- cgit 1.4.1