mirror of
https://github.com/weechat/weechat.git
synced 2026-06-26 04:46:37 +02:00
irc: fix comment
This commit is contained in:
@@ -38,7 +38,7 @@ struct t_irc_nick
|
||||
char prefix[2]; /* current prefix (higher prefix set in */
|
||||
/* prefixes) */
|
||||
int away; /* 1 if nick is away */
|
||||
char *color; /* color for nickname in chat window */
|
||||
char *color; /* color for nickname */
|
||||
struct t_irc_nick *prev_nick; /* link to previous nick on channel */
|
||||
struct t_irc_nick *next_nick; /* link to next nick on channel */
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user