Skip to content
This repository was archived by the owner on Feb 14, 2018. It is now read-only.
This repository was archived by the owner on Feb 14, 2018. It is now read-only.

settings.changed event #1

@chrislloyd

Description

@chrislloyd

I was thinking about all the events emitted from the server to do with whitelists, ops etc. If we're now just treating that as configuration why do they need special events? How about doing something like:

{ "event": "settings.changed",
  "type": "whitelist.added",
  "actor_playername": "whatupdave",
  "target_playername": "chrislloyd" }

{ "event": "settings.changed",
  "type": "banned",
  "actor_playername": "whatupdave",
  "target_playername": "chrislloyd" }

It's then up to the a job in Minefold figure out how to handle that.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions