#143 introduces a proper logger, rather than just using `console.log` everywhere. Modules need to be updated to use it. This is a list of modules containing the string `"console.log"` that probably need to be converted to use a logger instead: - [ ] blerg - [ ] dota2 - [x] dumbCommandModule - [ ] github - [ ] google - [ ] join - [ ] newegg - [x] nickserv - [ ] nicovideo - [ ] ping - [ ] qdb - [ ] que - [ ] quo - [ ] schedule - [x] scrollback - [ ] title - [ ] tumblr-insult - [ ] twitter - [ ] vimeo - [ ] weather - [ ] wolf - [ ] wotd - [ ] youtube
#143 introduces a proper logger, rather than just using
console.logeverywhere. Modules need to be updated to use it.This is a list of modules containing the string
"console.log"that probably need to be converted to use a logger instead: