diff options
Diffstat (limited to 'src/common/text.c')
-rw-r--r-- | src/common/text.c | 19 |
1 files changed, 14 insertions, 5 deletions
diff --git a/src/common/text.c b/src/common/text.c index 2e6cb86a..83c5ca98 100644 --- a/src/common/text.c +++ b/src/common/text.c @@ -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"), |