god damned regex i'll kill them all

This commit is contained in:
Luke Slater 2011-08-25 14:45:42 +01:00
parent 85f4747dcb
commit 8e1d4d5722

View File

@ -4,7 +4,7 @@ var youAre = function(dbot) {
return {
'listener': function(data) {
var num = Math.floor(Math.random()*6);
var key = data.message.match(/(is|are) ([\d\w\s']*),?\.?/);
var key = data.message.match(/(is|are) ([\d\w\s']*)(,|\.)?/);
if(num == 1 && key != undefined) {
if(key[2].indexOf('and') !== -1) {