We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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
The text was updated successfully, but these errors were encountered:
Actually, it seems to be a Telegram implementation, not related to hubot-telegram. That's maybe why you don't get any answer.
Sorry, something went wrong.
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: