Skip to content

Commit e54a96b

Browse files
authored
Update kirc.c
1 parent a0f1cba commit e54a96b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

kirc.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ raw_parser(char *string) {
177177
printf("%*s--> \x1b[32;1m%s\x1b[0m\n", g - 3, "", nickname);
178178
return;
179179
} else if (!strncmp(command, "NICK", 4)) {
180-
printf("\x1b[33;1m%*s\x1b[0m --> \x1b[33m%s\x1b[0m\n", g - 4, nickname, message);
180+
printf("\x1b[35;1m%*s\x1b[0m --> \x1b[35;1m%s\x1b[0m\n", g - 4, nickname, message);
181181
return;
182182
} else if (!strncmp(command, "PRIVMSG", 7) && strcmp(channel, nick) == 0) {
183183
printf("%*s\x1b[43;1m%-.*s\x1b[0m ", s, "", g, nickname);

0 commit comments

Comments
 (0)