3
0
mirror of https://github.com/reality/dbot.git synced 2024-11-23 20:39:25 +01:00

an support

This commit is contained in:
reality 2015-03-31 18:41:57 +00:00
parent 135a4b421e
commit 999b6f44ad

View File

@ -1,6 +1,6 @@
var april = function(dbot) {
this.listener = function(event) {
var match = event.message.match(/^i'm (a )?([^ ]+)$/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() {