-
Notifications
You must be signed in to change notification settings - Fork 40
Translating mentions #1
Comments
hmm yea anything more advanced would mean adding a database to the bot and that is probably overkill for now |
This could enable users present and authenticated in the IRC channel to have real presence on the gitter end which would be nice. |
If gitter implements bot users, users could be emulated as well: https://github.com/gitterHQ/gitter/issues/1076 A workflow that could be used for authenticating users would be:
Since IRC doesn't protect usernames by default, the user then could then revoke the github key in case that someone impersonates them I guess. Another maybe more efficient way (for multiple irc/gitter pairs), would be to have a service for connecting GitHub handles with IRC names. Then the bot would just ask, what GitHub names belongs to a irc handle. This I personally wouldn't want to make the effort of actually implementing this. But if someone is interested in working on this. Feel free to do so. |
I would like the other way, for mentions (too). People on Gitter (and indeed in general people used to things like twitter and facebook) |
@maxogden suggested that
username:
from irc could be translated to@username
on gitter.Not everyone has the same name on irc as on gitter though. Maybe people could inform the bot via pm on irc about their github handles like
i am username on github
- and maybe an api key so we can make sure they are really that person? That seems a little bit too complicated though.The text was updated successfully, but these errors were encountered: