Add text events for CAP ACK/REQ

This commit is contained in:
Berke Viktor
2012-11-03 07:46:51 +01:00
parent 80fdce76c4
commit a9c7e40b5b
3 changed files with 39 additions and 12 deletions

View File

@@ -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"),