exploit
This commit is contained in:
parent
16472506c2
commit
f3a259384c
1 changed files with 2 additions and 0 deletions
|
@ -107,6 +107,8 @@ public class ChatScreenMixin extends Screen {
|
|||
|
||||
final List<String> aliases = new ArrayList<>();
|
||||
for (ChomeNSBotCommand command : commands) {
|
||||
if (command.trustLevel == ChomeNSBotCommand.TrustLevel.PUBLIC) continue;
|
||||
|
||||
aliases.addAll(command.aliases);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue