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:
parent
2ae2b427b0
commit
8e734d895f
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user