mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-09 07:17:56 +00:00
feat: don't hide information from own system when directly requested
in lists, pk;m <ref> <prop>, etc
This commit is contained in:
parent
56e266190f
commit
9926bbbd8b
10 changed files with 38 additions and 31 deletions
|
|
@ -90,8 +90,6 @@ public static class Errors
|
|||
new("Cannot get the front percent between now and a time in the future.");
|
||||
|
||||
public static PKError LookupNotAllowed => new("You do not have permission to access this information.");
|
||||
public static PKError LookupHidden =>
|
||||
new("This information is private and you have chosen to hide private information by default. Add the `-private` flag to this command to show it.");
|
||||
|
||||
public static PKError StringTooLongError(string name, int length, int maxLength) =>
|
||||
new($"{name} too long ({length}/{maxLength} characters).");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue