summary refs log tree commit diff stats
path: root/src/common/text.c
diff options
context:
space:
mode:
authorTingPing <tingping@tingping.se>2013-08-07 06:14:30 -0400
committerTingPing <tingping@tingping.se>2013-08-07 06:14:30 -0400
commit13bfd060b6bb74b083ed7917e03d875d90d7d339 (patch)
tree93d820d4dc30a772dea6b570d43f0cb494616b96 /src/common/text.c
parent1370a49742389c205bb4b912829ae6c6747579c0 (diff)
Format Channel URLs
closes #706
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 b825faba..b6ad378d 100644
--- a/src/common/text.c
+++ b/src/common/text.c
@@ -1359,6 +1359,11 @@ static char * const pevt_chanmodes_help[] = {
 	N_("Modes string"),
 };
 
+static char * const pevt_chanurl_help[] = {
+	N_("Channel Name"),
+	N_("URL"),
+};
+
 static char * const pevt_rawmodes_help[] = {
 	N_("Nickname"),
 	N_("Modes string"),