pr0gag parser

This commit is contained in:
Flummi
2018-09-02 17:40:04 +02:00
parent 179936f493
commit 04f4f36a5e
2 changed files with 13 additions and 4 deletions

View File

@@ -10,7 +10,8 @@ import EventEmitter from "events";
const colors = {
red: "\x0304$1\x0304",
blue: "\x0312$1\x0312",
yellow: "\x0308$1\x0308"
yellow: "\x0308$1\x0308",
green: "\x0303$1\x0303"
};
const msgmodes = {
normal: "PRIVMSG {recipient} :{msg}",