This commit is contained in:
reality 2015-10-20 18:30:15 +00:00
parent e88f2a70b1
commit b49b9b99c4

View File

@ -53,7 +53,7 @@ var dns = function(dbot) {
});
}
};
commands['~dnsbl'].regex = [/^dnsbl ([\d\w\s-]*)/, 2];
commands['~dnsbl'].regex = [/^dnsbl ([\d\w\s\.-]*)/, 2];
this.commands = commands;
this.on = 'PRIVMSG';