diff options
author | Berke Viktor <bviktor@hexchat.org> | 2012-11-03 04:45:32 +0100 |
---|---|---|
committer | Berke Viktor <bviktor@hexchat.org> | 2012-11-03 04:45:32 +0100 |
commit | 58adceb4e9819284cd6b95b7d6ab3b99741fc24f (patch) | |
tree | 188bc6f4e455063b7634d9e250a842a4609332e9 /src/common/text.c | |
parent | 432f0781c46cc312bb8419eb1f7ba9035c710337 (diff) |
Provide text events for SASL auth, SASL responses and server capabilities
Diffstat (limited to 'src/common/text.c')
-rw-r--r-- | src/common/text.c | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/src/common/text.c b/src/common/text.c index 01c59704..2e6cb86a 100644 --- a/src/common/text.c +++ b/src/common/text.c @@ -1411,6 +1411,22 @@ static char * const pevt_generic_channel_help[] = { N_("Channel Name"), }; +static char * const pevt_saslauth_help[] = { + N_("Username") +}; + +static char * const pevt_saslresponse_help[] = { + N_("Server Name"), + N_("Raw Numeric or Identifier"), + N_("Username"), + 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"), |