mirror of
https://github.com/ZoiteChat/zoitechat.git
synced 2026-03-10 16:00:18 +00:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user