mirror of
https://github.com/ZoiteChat/zoitechat.git
synced 2026-03-13 01:00:19 +00:00
Add text events for CAP ACK/REQ
This commit is contained in:
@@ -1169,6 +1169,20 @@ static char * const pevt_privmsg_help[] = {
|
||||
N_("Identified text")
|
||||
};
|
||||
|
||||
static char * const pevt_capack_help[] = {
|
||||
N_("Server Name"),
|
||||
N_("Acknowledged Capability")
|
||||
};
|
||||
|
||||
static char * const pevt_caplist_help[] = {
|
||||
N_("Server Name"),
|
||||
N_("Server Capabilities")
|
||||
};
|
||||
|
||||
static char * const pevt_capreq_help[] = {
|
||||
N_("Requested Capability")
|
||||
};
|
||||
|
||||
static char * const pevt_changenick_help[] = {
|
||||
N_("Old nickname"),
|
||||
N_("New nickname"),
|
||||
@@ -1422,11 +1436,6 @@ static char * const pevt_saslresponse_help[] = {
|
||||
N_("Message")
|
||||
};
|
||||
|
||||
static char * const pevt_servercap_help[] = {
|
||||
N_("Server Name"),
|
||||
N_("Server Capabilities")
|
||||
};
|
||||
|
||||
static char * const pevt_servertext_help[] = {
|
||||
N_("Text"),
|
||||
N_("Server Name"),
|
||||
|
||||
Reference in New Issue
Block a user