mirror of
https://github.com/reality/dbot.git
synced 2024-11-23 20:39:25 +01:00
fix regex examples
This commit is contained in:
parent
33c50671e6
commit
ac2f7bbccd
@ -114,6 +114,7 @@ var words = function(dbot) {
|
||||
this.listener = function(event) {
|
||||
var matchOne = event.message.match(new RegExp(dbot.config.name +
|
||||
': should (\\w+) (.+) or (.*)\\?', 'i'));
|
||||
event.reply(matchOne);
|
||||
if(matchOne) {
|
||||
var pre = match[1];
|
||||
if(pre == 'i' || pre == 'I') {
|
||||
|
Loading…
Reference in New Issue
Block a user