More robust CAP management and CAP multi-prefix support

This commit is contained in:
Berke Viktor
2012-11-03 18:29:08 +01:00
parent 7c1d2366b1
commit 7d664e755e
4 changed files with 38 additions and 16 deletions

View File

@@ -1171,7 +1171,7 @@ static char * const pevt_privmsg_help[] = {
static char * const pevt_capack_help[] = {
N_("Server Name"),
N_("Acknowledged Capability")
N_("Acknowledged Capabilities")
};
static char * const pevt_caplist_help[] = {
@@ -1180,7 +1180,7 @@ static char * const pevt_caplist_help[] = {
};
static char * const pevt_capreq_help[] = {
N_("Requested Capability")
N_("Requested Capabilities")
};
static char * const pevt_changenick_help[] = {