This commit is contained in:
reality 2016-03-03 17:39:08 +00:00
parent 84f8e7a151
commit 40e20f06b0

View File

@ -70,7 +70,7 @@ var wikipedia = function(dbot) {
}
};
this.commands['~lol'].regex = [/^lol ([\d\w\s-]*)/, 2];
this.commands['~wikipedia'].regex = [/^wikipedia (.+)/, 2];
this.commands['~w'].regex = [/^w (.+)/, 2];
};