diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2014-06-03 07:32:24 +0200 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2014-06-03 07:32:24 +0200 |
commit | d6d57635bdf28c4b2e46f06f18248169859ea56f (patch) | |
tree | 693e79c47b181ec3574f5161cdf5632da6ccf9fa | |
parent | 70d2b0ad8eb7854932d24c007a05b8627f751205 (diff) | |
download | weechat-d6d57635bdf28c4b2e46f06f18248169859ea56f.zip |
irc: fix comment
-rw-r--r-- | src/plugins/irc/irc-nick.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/irc/irc-nick.h b/src/plugins/irc/irc-nick.h index c5600c46b..211f40f1f 100644 --- a/src/plugins/irc/irc-nick.h +++ b/src/plugins/irc/irc-nick.h @@ -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 */ }; |