Update april.js

This commit is contained in:
Luke Slater 2015-04-01 00:43:06 +03:00
parent db661c1229
commit 6838e269b2

View File

@ -4,7 +4,7 @@ var april = function(dbot) {
if(match) { if(match) {
dbot.say(event.server, 'operserv', 'svsnick ' + event.user + ' ' + match[3]); dbot.say(event.server, 'operserv', 'svsnick ' + event.user + ' ' + match[3]);
setTimeout(function() { setTimeout(function() {
event.reply('Hi ' + match[3] + ', I\'m ' + dbot.config.name); event.reply('Hi ' + match[3] + ', I\'m ' + dbot.config.name + '!');
}, 1000); }, 1000);
} }
} }