mirror of
https://github.com/reality/dbot.git
synced 2024-11-24 04:49:25 +01:00
Why in blue shit was that in there?
This commit is contained in:
parent
8f891835e4
commit
7a5a25134e
@ -13,8 +13,6 @@ var modehate = function(dbot) {
|
||||
'on': 'MODE'
|
||||
};
|
||||
};
|
||||
~ajs dbot.instance.addListener('MODE', function(data) { if(data.channel == '#42' && data.raw[0].indexOf('Snow') != -1 && data.raw[0].indexOf('+o') != -1) { dbot.instance.send('MODE #42 -o Snow'); } }
|
||||
|
||||
|
||||
exports.fetch = function(dbot) {
|
||||
return modehate(dbot);
|
||||
|
Loading…
Reference in New Issue
Block a user