[DiscordArchive] How do I change the words for player slash comm...
[DiscordArchive] How do I change the words for player slash comm...
Archived author: Needle • Posted: 2025-03-27T17:18:48.946000+00:00
Original source
Archived author: Needle • Posted: 2025-03-27T17:18:49.945000+00:00
Original source
Thread automatically created by Goatrek in <#415944535718494208>
Archived author: balake • Posted: 2025-03-27T20:07:52.666000+00:00
Original source
https://github.com/wowgaming/3.3.5-inter....lua#L1430
[Embed: 3.3.5-interface-files/ChatFrame.lua at d0339b17b0221db76e6acd2dc291...]
Interface files from 3.3.5 to find useful information on how to work with AddOns API - wowgaming/3.3.5-interface-files
https://github.com/wowgaming/3.3.5-inter...tFrame.lua
Archived author: Goatrek • Posted: 2025-03-28T08:46:30.222000+00:00
Original source
Thank you
Archived author: Goatrek • Posted: 2025-03-28T09:02:59.089000+00:00
Original source
Huh, seems like the "/target xxx" is the only one missing from that list. Is it handled somewhere else/differently because of the additional input it requires?
Archived author: balake • Posted: 2025-03-28T16:11:32.988000+00:00
Original source
its in there too, use ctrl F
Archived author: Goatrek • Posted: 2025-03-28T18:13:36.616000+00:00
Original source
EDIT: I assume ive found it at line 1143: SecureCmdList["TARGET"] = function(msg)