Telegram users should be able to run bot commands on IRC #330
Labels
help wanted
Anyone is welcome to help us with this!
new change
Adds new capabilities or functionality
Telegram
Issues relating to Telegram bridge
Milestone
Summary
If a bot exists on IRC that listens for generic commands (
!command
) from users, a Telegram user should also be able to run these commands across the bridge.Background
Is your feature request related to a problem? Please describe:
IRC bots are unable to see commands sent from Telegram. Currently, messages are sent over the bridge like this:
When a TG user wishes to run a command on IRC, the bridge should not send over the Telegram username, and should show:
Details
Parse the first character of each Telegram message for a known command flag such as
!
. Then, if the first character matches the known command flag, the bridge should only send over the message without the user's TG username, so any IRC bot can properly run the given command. This will allow Telegram users to participate more seamlessly with IRC.Outcome
Telegram users are able to more seamlessly contribute to IRC by being able to use IRC bot commands specific channels may have.
The text was updated successfully, but these errors were encountered: