forked from GitHub/dbot
that should learn it
This commit is contained in:
parent
2ae2b427b0
commit
8e734d895f
@ -189,7 +189,7 @@ var users = function(dbot) {
|
|||||||
}
|
}
|
||||||
}.bind(this);
|
}.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) {
|
checkChannel(function(channel) {
|
||||||
event.rChannel = channel;
|
event.rChannel = channel;
|
||||||
checkUser(function(user) {
|
checkUser(function(user) {
|
||||||
|
Loading…
Reference in New Issue
Block a user