diff options
Diffstat (limited to 'src/plugins/irc/irc-info.c')
-rw-r--r-- | src/plugins/irc/irc-info.c | 21 |
1 files changed, 16 insertions, 5 deletions
diff --git a/src/plugins/irc/irc-info.c b/src/plugins/irc/irc-info.c index b235e1f50..f905a6a4b 100644 --- a/src/plugins/irc/irc-info.c +++ b/src/plugins/irc/irc-info.c @@ -844,11 +844,22 @@ irc_info_init () N_("parse an IRC message"), N_("\"message\": IRC message, \"server\": server name (optional)"), /* TRANSLATORS: please do not translate key names (enclosed by quotes) */ - N_("\"tags\": tags, \"message_without_tags\": message without the " - "tags, \"nick\": nick, \"host\": host, \"command\": command, " - "\"channel\": channel, \"arguments\": arguments (includes channel), " - "\"text\": text (for example user message), \"pos_text\": index of " - "text in message (\"-1\" if no text found)"), + N_("\"tags\": tags, " + "\"message_without_tags\": message without the tags, " + "\"nick\": nick, " + "\"host\": host, " + "\"command\": command, " + "\"channel\": channel, " + "\"arguments\": arguments (includes channel), " + "\"text\": text (for example user message), " + "\"pos_command\": index of \"command\" message (\"-1\" if " + "\"command\" was not found), " + "\"pos_arguments\": index of \"arguments\" message (\"-1\" if " + "\"arguments\" was not found), " + "\"pos_channel\": index of \"channel\" message (\"-1\" if " + "\"channel\" was not found), " + "\"pos_text\": index of \"text\" message (\"-1\" if " + "\"text\" was not found)"), &irc_info_info_hashtable_irc_message_parse_cb, NULL); weechat_hook_info_hashtable ( "irc_message_split", |