3
0
mirror of https://github.com/reality/dbot.git synced 2024-11-27 22:39:26 +01:00

that should learn it

This commit is contained in:
reality 2013-12-29 10:39:03 +00:00
parent 2ae2b427b0
commit 8e734d895f

View File

@ -189,7 +189,7 @@ var users = function(dbot) {
}
}.bind(this);
if(event.user && event.channel && _.include(['JOIN', 'MODE', 'PRIVMSG'], event.action)) {
if(event.user && event.channel && _.include(['JOIN', 'MODE', 'PRIVMSG', 'NICK'], event.action)) {
checkChannel(function(channel) {
event.rChannel = channel;
checkUser(function(user) {