Skip to content
This repository was archived by the owner on May 13, 2026. It is now read-only.

Commit edff30b

Browse files
Fix Raidus remove doesn't update main menu (#95)
### Problem Right clicking a bot in raidus will log the bot out but the main menu doesnt update to show the bot is logged out ### Fix Use .playerbot bot remove instead of logout for Raidus bot removal This updates the main menu to show the bot is now offline
2 parents c157228 + 744fe4c commit edff30b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Features/MultiBotRaidus.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -689,7 +689,7 @@ MultiBot.raidus.setRaidus = function()
689689
if MultiBotRaidusIsBotGrouped(name) then
690690
-- Bot déjà dans le groupe/raid :
691691
-- on laisse le core playerbots gérer leave + logout
692-
SendChatMessage("logout", "WHISPER", nil, name)
692+
SendChatMessage(".playerbot bot remove " .. name, "SAY")
693693
else
694694
-- Bot pas dans le groupe/raid :
695695
-- login + invite via playerbots

0 commit comments

Comments
 (0)