3
0
mirror of https://github.com/reality/dbot.git synced 2024-11-24 04:49:25 +01:00

experimental badwords stuff

This commit is contained in:
Luke Slater 2012-04-19 12:02:27 +01:00
parent 9be6d5beaa
commit fc5043e310

View File

@ -49,5 +49,5 @@ var badwords = function(dbot) {
}
exports.fetch = function(dbot) {
return puns(dbot);
return badwords(dbot);
};