mirror of
https://github.com/reality/dbot.git
synced 2024-11-23 20:39:25 +01:00
debug
This commit is contained in:
parent
08b46b9a8b
commit
e56eaa7a9f
@ -193,6 +193,7 @@ var users = function(dbot) {
|
||||
}.bind(this);
|
||||
|
||||
if(event.user && event.channel && _.include(['JOIN', 'MODE', 'PRIVMSG'], event.action)) {
|
||||
if(event.action == 'JOIN') console.log(event);
|
||||
checkChannel(function(channel) {
|
||||
event.rChannel = channel;
|
||||
checkUser(function(user) {
|
||||
|
Loading…
Reference in New Issue
Block a user