8 lines
213 B
Lua
8 lines
213 B
Lua
---@diagnostic disable: missing-return, lowercase-global
|
|
---@meta
|
|
|
|
---@param channel string
|
|
---@param password string
|
|
---Sets a password on a custom chat channel
|
|
function SetChannelPassword(channel, password) end
|