diff options
author | bx | 2023-01-22 08:51:12 +0000 |
---|---|---|
committer | bx | 2023-01-22 08:51:12 +0000 |
commit | 7bae4f2285f4d53e0b1e873ea84c504aab725a19 (patch) | |
tree | 5ffdc8f4281ef6de94553864d893a8cc7aac2464 /chat.h | |
parent | 91ad4c416345b32e90c02b3f25581a1c41e00053 (diff) |
changed colors to be based on nicks, and to mirror gur colours used by weechat 2.8, also changed usernames to be aligned, max 12 chars
Diffstat (limited to 'chat.h')
-rw-r--r-- | chat.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/chat.h b/chat.h index 15c757f..c473f65 100644 --- a/chat.h +++ b/chat.h @@ -465,3 +465,6 @@ int getopt_config( int argc, char *const *argv, const char *optstring, const struct option *longopts, int *longindex ); + +uint32_t weechat_nick_colors(const char *nick); +#define hash weechat_nick_colors |