This repository has been archived by the owner on Mar 5, 2024. It is now read-only.
[Addition] Inform other players when a TBD user calls a vote #155
Labels
Priority: Medium
This issue may be useful, and needs some attention.
Type: Enhancement
New feature or request
Milestone
Idea by: Detective Parks
Basically call a chat message like "Caution! We have a bot on our team named (Bot name)! Please press F1!" when calling a vote on a "friendly" cheater.
Using my limited knowledge, I guess you could add that logic to (ModeratorLogic.cpp)
bool ModeratorLogic::InitiateVotekick(const IPlayer& player, KickReason reason, const PlayerMarks* marks)
->
if (m_ActionManager->QueueAction<KickAction>(userID.value(), reason))
However, this should be optional (maybe even opt-in) as it will increase spam.
Also note: #154 because we don't want to flood the chat/trigger the new flood protection.
The text was updated successfully, but these errors were encountered: