forked from GitHub/dbot
experimental badwords stuff
This commit is contained in:
parent
9be6d5beaa
commit
fc5043e310
@ -49,5 +49,5 @@ var badwords = function(dbot) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
exports.fetch = function(dbot) {
|
exports.fetch = function(dbot) {
|
||||||
return puns(dbot);
|
return badwords(dbot);
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user