|
|
@@ -90,6 +90,7 @@ function KnackiBot() {
|
|
|
user && _this.modules[chan] && _this.modules[chan].onRemMode(user, mode);
|
|
|
});
|
|
|
this.bot.addListener("message", (user, room, text) => {
|
|
|
+ room = room.toLowerCase();
|
|
|
_this.modules[room] && _this.modules[room].onMessage(user, text);
|
|
|
});
|
|
|
}
|