You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Here instead of "discord" you could use User.id i believe to make the hostmask of the user unique ...
Since discord allows clashing nicks when the server restarts it may choose the nick and fallback randomly.
If i have granted myself perms to use say a bot it can unintentionally allow another user to use the same permissions upon bridge restart
The text was updated successfully, but these errors were encountered:
But the setting by default uses the username, you might want to implement a special setting value like <id> so that it uses the user ID as the ident, instead of the Discord username
https://github.com/qaisjp/go-discord-irc/blob/master/bridge/irc_manager.go#L139
Here instead of
"discord"
you could useUser.id
i believe to make the hostmask of the user unique ...Since discord allows clashing nicks when the server restarts it may choose the nick and fallback randomly.
If i have granted myself perms to use say a bot it can unintentionally allow another user to use the same permissions upon bridge restart
The text was updated successfully, but these errors were encountered: