aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/at/hannibal2/skyhanni/utils
diff options
context:
space:
mode:
authorhannibal2 <24389977+hannibal002@users.noreply.github.com>2024-05-04 03:54:00 +0200
committerGitHub <noreply@github.com>2024-05-04 03:54:00 +0200
commite1dc6cd443912bc9dd1664c484f6c6b167641cfd (patch)
tree1815864901a27878074463b4fd441ed14688dd60 /src/main/java/at/hannibal2/skyhanni/utils
parentdbd3a57152337fd28ae4aab8ac86460a46c6d90d (diff)
downloadskyhanni-e1dc6cd443912bc9dd1664c484f6c6b167641cfd.tar.gz
skyhanni-e1dc6cd443912bc9dd1664c484f6c6b167641cfd.tar.bz2
skyhanni-e1dc6cd443912bc9dd1664c484f6c6b167641cfd.zip
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 <cwolfson58@gmail.com>
Diffstat (limited to 'src/main/java/at/hannibal2/skyhanni/utils')
-rw-r--r--src/main/java/at/hannibal2/skyhanni/utils/HypixelCommands.kt4
1 files changed, 4 insertions, 0 deletions
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