irc: fix comment
This commit is contained in:
parent
70d2b0ad8e
commit
d6d57635bd
@ -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 */
|
||||
};
|
||||
|
Loading…
x
Reference in New Issue
Block a user