magge-faf / faf-moderator-client-develop-modified

magge's modified Mordor makes moderating mischievous members much more majestic.
MIT License
0 stars 2 forks source link

Format of moderator events should be more compact #32

Closed IndexLibrorumProhibitorum closed 4 months ago

IndexLibrorumProhibitorum commented 5 months ago

Currently, the moderator events are formatted as:

Time: [##:##:##] Message: EventType Player name (army): PlayerName Player name (command source): PlayerName Active command Source/Sender: #/#

This takes up a lot of space, repeats info, and shows unnecessary info, which makes it annoying to read through the logs quickly. I would like to suggest to reformat the events as such: [##:##:##] PlayerName EventType. This puts all useful info in one line. Removing the linebreaks between the different items will further condense it still.

magge-faf commented 5 months ago

Currently, we have the following events:

    Created a marker with the text
    Created a ping of type
    Self-destructed X units
    Switched focus army from
    Is changing focus army from
    Paused
    Unpaused

I think everything is useful, except both of the focus army from. They get spammed a lot in the chat and their information value is low, until we are sure we can detect malicious behavior from those events. There is too much noise generated from both events, to make any use of it.

I suggest filtering both events out, until it gets polished up.

The output value for the following image is high and works good for moderation workflow:

Are you okay with that text output format?: @IndexLibrorumProhibitorum

image

IndexLibrorumProhibitorum commented 5 months ago

Looks good!

IndexLibrorumProhibitorum commented 4 months ago

@magge-faf I think this can be closed now?