Set self.color
parent
9944dc484b
commit
ea93c9a6d9
1
handle.c
1
handle.c
|
@ -184,6 +184,7 @@ static void handleJoin(struct Message *msg) {
|
||||||
require(msg, true, 1);
|
require(msg, true, 1);
|
||||||
size_t id = idFor(msg->params[0]);
|
size_t id = idFor(msg->params[0]);
|
||||||
if (self.nick && !strcmp(msg->nick, self.nick)) {
|
if (self.nick && !strcmp(msg->nick, self.nick)) {
|
||||||
|
self.color = hash(msg->user);
|
||||||
idColors[id] = hash(msg->params[0]);
|
idColors[id] = hash(msg->params[0]);
|
||||||
uiShowID(id);
|
uiShowID(id);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue