Code format
This commit is contained in:
@@ -1,12 +1,12 @@
|
||||
--Integrate into a channel instead of whispers
|
||||
--But probably also keep whispers, do both
|
||||
|
||||
--So for channel see
|
||||
--So for channel see
|
||||
JoinPermanentChannel("foo")
|
||||
LeaveChannelByName("foo")
|
||||
|
||||
--For existing channels see:
|
||||
local foo = {GetChannelList()}
|
||||
local foo = { GetChannelList() }
|
||||
|
||||
--There is also:
|
||||
GetChannelName(0)
|
||||
@@ -35,4 +35,4 @@ ChannelUnmoderator("foobar", "Succpotato")
|
||||
--/pass foobar secret
|
||||
|
||||
--Wiki:
|
||||
--You can only be in ten chat channels at any given time. This does not include other chat types such as say, yell, party, raid, guild, officer, or whisper which are not considered channels.
|
||||
--You can only be in ten chat channels at any given time. This does not include other chat types such as say, yell, party, raid, guild, officer, or whisper which are not considered channels.
|
||||
|
Reference in New Issue
Block a user