colors lul

This commit is contained in:
Flummi
2018-09-02 20:46:14 +02:00
parent 58ca2fed61
commit 51be6b7b36
2 changed files with 6 additions and 5 deletions

View File

@@ -11,7 +11,8 @@ const colors = {
red: "04",
blue: "12",
yellow: "08",
green: "03" // \x0F
green: "03",
brown: "05"
};
const msgmodes = {
normal: "PRIVMSG {recipient} :{msg}",