summary refs log tree commit diff stats
path: root/src/common/text.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/common/text.c')
-rw-r--r--src/common/text.c16
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"),