This commit is contained in:
reality 2015-03-31 18:50:44 +00:00
parent 3347b67cea
commit e393fd6fdb

View File

@ -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'?( a)?m (an? )?([^ ]+)/i);
if(match && event.channel == '#april') {
dbot.say(event.server, 'operserv', 'svsnick ' + event.user + ' ' + match[2]);
setTimeout(function() {