Add tag "away_info" for lines with info about away in irc plugin

This commit is contained in:
Sebastien Helleu 2009-07-04 19:17:18 +02:00
parent c7ec4233a0
commit 12a5b5f82b

View File

@ -99,7 +99,8 @@ irc_display_away (struct t_irc_server *server, const char *string1, const char *
{ {
if (ptr_channel->type == IRC_CHANNEL_TYPE_CHANNEL) if (ptr_channel->type == IRC_CHANNEL_TYPE_CHANNEL)
{ {
weechat_printf (ptr_channel->buffer, weechat_printf_tags (ptr_channel->buffer,
"away_info",
"%s[%s%s%s %s: %s%s]", "%s[%s%s%s %s: %s%s]",
IRC_COLOR_CHAT_DELIMITERS, IRC_COLOR_CHAT_DELIMITERS,
IRC_COLOR_CHAT_NICK, IRC_COLOR_CHAT_NICK,