Bug fixes and added getBans

This commit is contained in:
hydrabolt
2015-10-29 13:03:11 +00:00
parent f488232f54
commit bb1655330a
17 changed files with 4094 additions and 151 deletions

View File

@@ -43,12 +43,12 @@ mybot.once("ready", function () {
});
mybot.on("debug", function (info) {
mybot.on("serverUpdate", function (oldserver, newserver) {
console.log("server changed! " + mybot.servers.length);
})
mybot.on("unknown", function (info) {
console.log("warning!", info);
console.log("unknown!", info);
})
mybot.on("channelUpdate", function (oldChan, newChan) {