1
0
mirror of https://github.com/weechat/weechat.git synced 2026-07-05 17:23:15 +02:00

Add option irc.look.item_nick_prefix, rename some IRC options for bar items

This commit is contained in:
Sebastien Helleu
2010-02-06 12:14:45 +01:00
parent fa8ff80fc1
commit bd1b6c1794
23 changed files with 356 additions and 242 deletions
+1 -1
View File
@@ -2922,7 +2922,7 @@ irc_protocol_cmd_352 (struct t_irc_server *server, const char *command,
if (ptr_nick->host)
snprintf (ptr_nick->host, length, "%s@%s", argv[4], argv[5]);
if (pos_attr)
irc_nick_set_away (ptr_channel, ptr_nick,
irc_nick_set_away (server, ptr_channel, ptr_nick,
(pos_attr[0] == 'G') ? 1 : 0);
}
}