mirror of
https://github.com/magefree/mage.git
synced 2025-12-25 13:02:06 -08:00
* Improved chat help about ignore command (it's not only chat, but game joins too);
This commit is contained in:
parent
7b627d96c8
commit
a806e79abd
2 changed files with 4 additions and 4 deletions
|
|
@ -9,8 +9,8 @@ import mage.view.ChatMessage;
|
|||
|
||||
public final class IgnoreList {
|
||||
|
||||
private static final String USAGE = "<br/><font color=yellow>\\ignore - shows current ignore list on this server."
|
||||
+ "<br/>\\ignore [username] - add a username to your ignore list on this server."
|
||||
private static final String USAGE = "<br/><font color=yellow>\\ignore - shows your ignore list on this server."
|
||||
+ "<br/>\\ignore [username] - add username to ignore list (they won't be able to chat or join to your game)."
|
||||
+ "<br/>\\unignore [username] - remove a username from your ignore list on this server.</font>";
|
||||
|
||||
public static final int MAX_IGNORE_LIST_SIZE = 50;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue