mirror of
https://github.com/reality/dbot.git
synced 2025-02-21 07:50:46 +01:00
js
This commit is contained in:
parent
ab03d5bfca
commit
f5ec74c549
@ -7,4 +7,14 @@ var js = function(dbot) {
|
|||||||
dbot.say(data.channel, eval(q));
|
dbot.say(data.channel, eval(q));
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
}
|
|
||||||
|
return {
|
||||||
|
'onLoad': function() {
|
||||||
|
return commands;
|
||||||
|
}
|
||||||
|
};
|
||||||
|
};
|
||||||
|
|
||||||
|
exports.fetch = function(dbot) {
|
||||||
|
return js(dbot);
|
||||||
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user