3
0
mirror of https://github.com/reality/dbot.git synced 2024-12-04 18:09:30 +01:00

report emit

This commit is contained in:
reality 2013-10-22 12:07:38 +00:00
parent 0088d88af6
commit 35c59d4c72

View File

@ -15,6 +15,7 @@ var report = function(dbot) {
next(); next();
}, 1000); }, 1000);
}); });
dbot.api.event.emit('new_notify', [ message ]);
}, },
'formatNotify': function(type, server, user, channel, message) { 'formatNotify': function(type, server, user, channel, message) {