-
Notifications
You must be signed in to change notification settings - Fork 24
New issue
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
discord bot, synchronize game global chat with discord global-chat channel #131
Comments
I can do this one. |
you want to create discord bot and integrate it with game server? Or just some parts of this feature? |
lets just wait for @Arcanorum notes on this issue before you start with the implementation |
|
|
@Simperfy what do you think about this questions? |
I would like to integrate the whole thing (work with both + game server). I've done this before. |
I was thinking of adding a discord icon somewhere in the chat line, when user hovers over the icon it would show a tooltip that says "This messages was forwarded to discord server". I was also thinking of an option in settings panel where you can turn off forwarding of Global messages to discord server.
I think Global is enough, we don't want to make players that we are spoofing at all of their conversation. Also I think it's pretty hard to track 3 channels with a lot of players chatting. If they need help then we should inform players that they can chat in global chat and it would be forwarded to discord (which could be optionally turned off) so that other players can help them. This approach would eliminate the need for us to forward local & trade channel because if they need help, they know they can chat in global channel.
Yes definitely, I think a discord icon with a tooltip "sent from discord" would do, along with the username. I highly recommend restricting this feature to trusted moderators only, this can potentially be used for trolling. Example: A discord user changed his username to
I'm thinking of running the bot with the game server after it has been initialized. My plan is to add an optional flag that can disable/enable the bot, ie:
I think this type of moderation should be moved to a separate issue, I think an in-game panel that can only be accessed by mods/admin where they can mute, ban, kick player should be done first. After that we extend this feature to the discord bot. |
The point about Trade was not about players getting help, but just about trade. Player wants to sell/buy an item, they can see available offers from both in-game and Discord. i.e. you don't have to be actively in-game to see if there is something you have wanted to buy.
This is already the case for the game in general, as display names alone are not enough to say who someone is for sure. Some other differentiation will be needed, something like a crown icon next to name instead, so even they could change their username and everyone could still understand who is a mod/admin/whatever. As I could even change my own name to something other than "Arcan", the current name value for an account with higher permissions shouldn't matter. |
Category
Feature description
discord bot that would:
Notes
In one of the games I used to play devs had similar integration with irc channel and it was very good way for them to keep an eye on game and help new players.
The text was updated successfully, but these errors were encountered: