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
|
// 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 {
|
||||||
@ -125,7 +126,6 @@ var quotes = function(dbot) {
|
|||||||
},
|
},
|
||||||
|
|
||||||
'on': 'PRIVMSG'
|
'on': 'PRIVMSG'
|
||||||
|
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user