forked from GitHub/dbot
optinal single quote
This commit is contained in:
parent
999b6f44ad
commit
3347b67cea
@ -1,6 +1,6 @@
|
||||
var april = function(dbot) {
|
||||
this.listener = function(event) {
|
||||
var match = event.message.match(/^i'm (an? )?([^ ]+)$/i);
|
||||
var match = event.message.match(/^i'?m (an? )?([^ ]+)$/i);
|
||||
if(match && event.channel == '#april') {
|
||||
dbot.say(event.server, 'operserv', 'svsnick ' + event.user + ' ' + match[2]);
|
||||
setTimeout(function() {
|
||||
|
Loading…
Reference in New Issue
Block a user