From bf72021439f61fbe32b12cf2fdc85e41e373b319 Mon Sep 17 00:00:00 2001 From: Zachery Date: Wed, 16 Oct 2019 00:45:54 -0500 Subject: [PATCH] Update MkpasswdCommand.java --- src/main/java/com/ryanmichela/sshd/MkpasswdCommand.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/java/com/ryanmichela/sshd/MkpasswdCommand.java b/src/main/java/com/ryanmichela/sshd/MkpasswdCommand.java index ca51cd6..6cb6c0b 100644 --- a/src/main/java/com/ryanmichela/sshd/MkpasswdCommand.java +++ b/src/main/java/com/ryanmichela/sshd/MkpasswdCommand.java @@ -88,7 +88,7 @@ public class MkpasswdCommand implements CommandExecutor .permission("sshd.mkpasswd.plain") .arguments(GenericArguments.remainingJoinedStrings(Text.of("password"))) .executor((CommandSource source, CommandContext args) -> { - source.sendMessage(Text.of("Bro... It's literally your unhashed password.")); + source.sendMessage(Text.of("\u00A79Your Hash: \u00A7cIt's literally your unhashed password.")); return CommandResult.success(); }) .build(); @@ -118,4 +118,4 @@ public class MkpasswdCommand implements CommandExecutor src.sendMessage(Text.of("\u00A79Supported Hashes: SHA256, PBKDF2, BCRYPT, PLAIN\u00A7r")); return CommandResult.success(); } -} \ No newline at end of file +}