-
Notifications
You must be signed in to change notification settings - Fork 92
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
IRC command 'whereis' can be abused #107
Comments
I tried it and it works.
its not tracking in real time but can be strategically used. |
Wow. I would've never thought of that. |
Even if it isn't real-time, you get a general idea of what a player is doing (like mining towards our base, standing guard near their base, collecting apples, etc.) - This is can and will be abused now that distant player name-tags can't be seen. |
or one could write a script to constantly query the chat and get real time position though the bot will obviously be banned from chat |
Yes - this method can be used to obtain their location history, and plot counter-strategies in real-time! |
@rubenwardy - Here's more elegant solution:
TL;DR - This command would let mods / admins verify reports without having to be present in-game |
What if whenever a player is reported the server does '!whereis player' to locate them automatically and instantly that way a mod will have the report, player location and kills history |
Good idea, but I think the kills history part is a little more complicated - It has to be stored first (in a dedicated log maybe?), and then when a report is filed, the command would've to fetch the kill history for the last 'n' seconds. IMHO, this would make the 'IRC' mod very complex and unnecessarily sophisticated... |
yeah it would, just the players location and the report is enough. |
Moved issue to minetest-mods/irc#48 |
The
!whereis <player>
IRC command can be abused to pin-point the location of a player in game, to someone who's on IRC as well as in the game.The text was updated successfully, but these errors were encountered: