-
Notifications
You must be signed in to change notification settings - Fork 12
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
Add /ignore command #30
base: master
Are you sure you want to change the base?
Conversation
Make sure you're adding the message to the default locale |
@Crypnotic I've updated the en_us locale file. |
@md678685 Where you call "ignore_ambiguous_player"? I can not transate it, good. |
@LartyHD @Crypnotic Should the |
Avoids needing to implement a serializer for Sets
Add a
/ignore
command which lets players mark other players as ignored. Running/ignore bob
will toggle whether "bob" is ignored or not, but this can be overridden by addingtrue
/false
at the end. A list of ignored players is available through the API and by running/ignore
with no arguments.