aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/at/hannibal2/skyhanni/config/commands
diff options
context:
space:
mode:
authormartimavocado <39881008+martimavocado@users.noreply.github.com>2024-05-01 18:49:18 +0100
committerGitHub <noreply@github.com>2024-05-01 19:49:18 +0200
commitfbfb1f1bc461fed6ccfe480194966e02943f3315 (patch)
treed766dfe6ecfb4095c897e7b5552c71dbadd15bc8 /src/main/java/at/hannibal2/skyhanni/config/commands
parent7e3f72289763747427e03011a99c22548177e0a3 (diff)
downloadskyhanni-fbfb1f1bc461fed6ccfe480194966e02943f3315.tar.gz
skyhanni-fbfb1f1bc461fed6ccfe480194966e02943f3315.tar.bz2
skyhanni-fbfb1f1bc461fed6ccfe480194966e02943f3315.zip
Feature: Add Ignored users for Party Commands (#1469)
Co-authored-by: hannibal2 <24389977+hannibal00212@users.noreply.github.com> Co-authored-by: CalMWolfs <94038482+CalMWolfs@users.noreply.github.com>
Diffstat (limited to 'src/main/java/at/hannibal2/skyhanni/config/commands')
-rw-r--r--src/main/java/at/hannibal2/skyhanni/config/commands/Commands.kt5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/main/java/at/hannibal2/skyhanni/config/commands/Commands.kt b/src/main/java/at/hannibal2/skyhanni/config/commands/Commands.kt
index 5eeb1b6ef..b8a0f2c54 100644
--- a/src/main/java/at/hannibal2/skyhanni/config/commands/Commands.kt
+++ b/src/main/java/at/hannibal2/skyhanni/config/commands/Commands.kt
@@ -17,6 +17,7 @@ import at.hannibal2.skyhanni.features.bingo.card.nextstephelper.BingoNextStepHel
import at.hannibal2.skyhanni.features.chat.Translator
import at.hannibal2.skyhanni.features.combat.endernodetracker.EnderNodeTracker
import at.hannibal2.skyhanni.features.combat.ghostcounter.GhostUtil
+import at.hannibal2.skyhanni.features.commands.PartyChatCommands
import at.hannibal2.skyhanni.features.commands.PartyCommands
import at.hannibal2.skyhanni.features.commands.WikiManager
import at.hannibal2.skyhanni.features.dungeon.CroesusChestTracker
@@ -307,6 +308,10 @@ object Commands {
"shlanedetection",
"Detect a farming lane in garden"
) { FarmingLaneCreator.commandLaneDetection() }
+ registerCommand(
+ "shignore",
+ "Add/Remove a user from your"
+ ) { PartyChatCommands.blacklist(it) }
}
private fun usersBugFix() {