hubot-telegram
hubot-telegram copied to clipboard
Remove bot name when using /command@bot_name
When using /command@bot_name in a chat (for when multiple bots are present, the bot name needs to be removed so Hubot can recognize the command.
[Mon Jun 13 2016 10:19:30 GMT+0200 (SAST)] DEBUG Executing listener callback for Message '/help@bot_name'
^ This won't recognize the correct command, only the / is currently being stripped
Actually, it seems to be a Telegram implementation, not related to hubot-telegram. That's maybe why you don't get any answer.