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 19:04:47 +0100
committerBerke Viktor <bviktor@hexchat.org>2012-11-03 19:04:47 +0100
commit1ac033e42aad0433ce54058273e98eb229bfa005 (patch)
tree10d6b435521f48d58a929e0ff621f85f00666bdb /src/common/text.c
parent76f43ce583177c6d35948c18493cee9978f075b3 (diff)
Text event for identd
Diffstat (limited to 'src/common/text.c')
-rw-r--r--src/common/text.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/common/text.c b/src/common/text.c
index 6c472690..63e4717f 100644
--- a/src/common/text.c
+++ b/src/common/text.c
@@ -1143,6 +1143,11 @@ static char * const pevt_genmsg_help[] = {
 	N_("Right message"),
 };
 
+static char * const pevt_identd_help[] = {
+	N_("IP address"),
+	N_("Username")
+};
+
 static char * const pevt_join_help[] = {
 	N_("The nick of the joining person"),
 	N_("The channel being joined"),