From e1dc6cd443912bc9dd1664c484f6c6b167641cfd Mon Sep 17 00:00:00 2001 From: hannibal2 <24389977+hannibal002@users.noreply.github.com> Date: Sat, 4 May 2024 03:54:00 +0200 Subject: Improvement: egg hunt include note (#1675) Co-authored-by: CalMWolfs <94038482+CalMWolfs@users.noreply.github.com> Co-authored-by: hannibal2 <24389977+hannibal00212@users.noreply.github.com> Co-authored-by: Cal --- src/main/java/at/hannibal2/skyhanni/utils/HypixelCommands.kt | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/main/java/at/hannibal2/skyhanni/utils') diff --git a/src/main/java/at/hannibal2/skyhanni/utils/HypixelCommands.kt b/src/main/java/at/hannibal2/skyhanni/utils/HypixelCommands.kt index 1af1a70b8..c09c77395 100644 --- a/src/main/java/at/hannibal2/skyhanni/utils/HypixelCommands.kt +++ b/src/main/java/at/hannibal2/skyhanni/utils/HypixelCommands.kt @@ -58,6 +58,10 @@ object HypixelCommands { send("party settings allinvite") } + fun allChat(message: String) { + send("ac $message") + } + private fun send(command: String) { @Suppress("DEPRECATION") // TODO rename function -- cgit