modubot / modubot.js

Modubot: the scalable and extensible IRC bot.
https://modubot.net
BSD 3-Clause "New" or "Revised" License
19 stars 3 forks source link

Do not include private messages in the webserver logger module #7

Closed kamaln7 closed 10 years ago

kamaln7 commented 10 years ago

Apparently d8d43d0b801ba704c1af75a32c3d8be08558c663 didn't fix it.

reynir commented 10 years ago

Is there a reason for using onRaw instead of onMessage? The callback is always checking wether it's a PRIVMSG anyway.

kamaln7 commented 10 years ago

I mentioned that earlier and I believe clone1018 said we're probably going to implement logging other stuff too