forked from GitHub/dbot
Update april.js
This commit is contained in:
parent
db661c1229
commit
6838e269b2
@ -4,7 +4,7 @@ var april = function(dbot) {
|
||||
if(match) {
|
||||
dbot.say(event.server, 'operserv', 'svsnick ' + event.user + ' ' + match[3]);
|
||||
setTimeout(function() {
|
||||
event.reply('Hi ' + match[3] + ', I\'m ' + dbot.config.name);
|
||||
event.reply('Hi ' + match[3] + ', I\'m ' + dbot.config.name + '!');
|
||||
}, 1000);
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user