This commit is contained in:
Flummi
2018-09-03 21:03:58 +02:00
parent 2c832f2014
commit 37fc886839
2 changed files with 18 additions and 9 deletions

View File

@@ -48,6 +48,7 @@ export class irc extends EventEmitter {
this.server = {
set: this.set,
motd: "",
debug: false,
me: {},
channel: [],
user: new Map()