Files
wow_Meta/api/JoinTemporaryChannel.lua
2025-05-04 15:15:00 +02:00

7 lines
205 B
Lua

---@diagnostic disable: missing-return, lowercase-global
---@meta
---@param channel string
---Joins a channel, but does not save associated chat window settings
function JoinTemporaryChannel(channel) end