This commit is contained in:
reality 2015-03-31 18:36:08 +00:00
parent b7b57da78a
commit 135a4b421e

View File

@ -2,7 +2,7 @@ var april = function(dbot) {
this.listener = function(event) {
var match = event.message.match(/^i'm (a )?([^ ]+)$/i);
if(match && event.channel == '#april') {
dbot.say(event.server, 'operserv', 'svsnick ' + event.user + ' ' + match[1]);
dbot.say(event.server, 'operserv', 'svsnick ' + event.user + ' ' + match[2]);
setTimeout(function() {
event.reply('Hi ' + match[2] + ', I\'m tripbot!');
}, 1000);