-
Notifications
You must be signed in to change notification settings - Fork 18
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
Some logging messages not posting to log channel #51
Comments
Scratch that, it's logging the join message (still can't see death), but it's logging it to the chat channel. |
@BigJazzz deaths were just recently added in my PR. They're not in any release. |
Ah, that explains that. Any suggestions on the joined messages posting to the wrong channel? |
@Mohron I think I've worked it out: when you have logged in with Discord it's reading it as a player message, not as a console message. Why it's reading dc messages correctly is beyond me, but player's who aren't logged in to Discord have both disconnect and connect messages going to the correct channel. |
I got that same problem when player join message shows only in the chat channel, and left message shows in both channel. However, after server restart, I cannot reproduce that problem any more. Does it happen the same to you? Also, I am thinking if join/left message should be under player's account or bot account because player's account might not have access to the monitor channel. What do you think @BigJazzz ? |
I'd say server up/down messages should be handled by the bot even for authenticated users. |
Yeah, our logging channel is only accessible by staff. If the bot handled all "event" (up, down, join, left, etc) messages that would be good. |
Hey guys
When changing the logging channel, I get disconnect messages logged, however it doesn't appear to be logging connect and died messages. When they were in the same channel it all came through. Any suggestions as to what I've done wrong?
The text was updated successfully, but these errors were encountered: