irc: fix comment

This commit is contained in:
Sébastien Helleu 2014-06-03 07:32:24 +02:00
parent 70d2b0ad8e
commit d6d57635bd

View File

@ -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 */
};