forked from GitHub/dbot
test
This commit is contained in:
parent
e4e159b117
commit
301affa7c2
@ -109,6 +109,7 @@ var quotes = function(dbot) {
|
||||
|
||||
// For automatic quote retrieval
|
||||
'listener': function(data, params) {
|
||||
console.log('test');
|
||||
if(data.user == 'reality') {
|
||||
var once = data.message.valMatch(/^I ([\d\w\s,'-]* once)/, 2);
|
||||
} else {
|
||||
@ -125,7 +126,6 @@ var quotes = function(dbot) {
|
||||
},
|
||||
|
||||
'on': 'PRIVMSG'
|
||||
|
||||
};
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user