3
0
mirror of https://github.com/reality/dbot.git synced 2024-12-25 04:02:39 +01:00

Remove test I was just being an idiot

This commit is contained in:
Luke Slater 2011-10-06 13:22:16 +01:00
parent 301affa7c2
commit d2554d8e6d

View File

@ -109,7 +109,6 @@ var quotes = function(dbot) {
// For automatic quote retrieval // For automatic quote retrieval
'listener': function(data, params) { 'listener': function(data, params) {
console.log('test');
if(data.user == 'reality') { if(data.user == 'reality') {
var once = data.message.valMatch(/^I ([\d\w\s,'-]* once)/, 2); var once = data.message.valMatch(/^I ([\d\w\s,'-]* once)/, 2);
} else { } else {