diff --git a/scripts/telegram.coffee b/scripts/telegram.coffee index b96dc29..ddbb1fd 100644 --- a/scripts/telegram.coffee +++ b/scripts/telegram.coffee @@ -155,7 +155,7 @@ module.exports = (robot) -> else res.send "fatto!" - robot.respond /banna(lo| (.+))/, (res) -> + robot.respond /banna(l(o|a)| (.+))/, (res) -> ok = [', ora non sarai più un problema', ' terminato', ' non farti più vedere', ', questa è la tua fine' unk = ['non so chi sia', 'chi?', 'mai sentito', 'sicuro? non lo trovo'] @@ -199,7 +199,7 @@ module.exports = (robot) -> chat_info res.message.room, (chat) -> get_history chat.name, 2, (history) -> robot_info (self) -> - name = resolve_name(res.match[2], chat, history) + name = resolve_name(res.match[3], chat, history) if not name? return res.send res.random unk