summary refs log tree commit diff stats
path: root/src/common/text.c
diff options
context:
space:
mode:
authorBerke Viktor <bviktor@hexchat.org>2012-11-03 07:46:51 +0100
committerBerke Viktor <bviktor@hexchat.org>2012-11-03 07:46:51 +0100
commita9c7e40b5b7d7d2575d9238d6dc8f3dce8e4c6b3 (patch)
treeb581d4e45d5c4a509e9e0cb1fe8257a2d5f29a06 /src/common/text.c
parent80fdce76c4ab20b8a94c96e009e061dbe5494936 (diff)
Add text events for CAP ACK/REQ
Diffstat (limited to 'src/common/text.c')
-rw-r--r--src/common/text.c19
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"),