• If you need help or want to discuss things, you now can also join us on our Discord Server!
  • A first preview of the unlimited version of SinusBot can be found in the Upcoming Changes thread. A version for Windows will follow, but we don't have a release date, yet.

EN Rank channel and Channel description

Status
Not open for further replies.

FrxX100

New Member
Hello. I create a plugin for automatic channels, but I have a problem.
Everything works fine but I have no idea how to do that by creating a channel automatically create a description for the channel, and gave the status of "Channel Admin".
I tried the code from other plugins and does not work.

channelUpdate() also does not function when changing the description.

Please help.
Regards
 

mxschmitt

Moderator
Staff member
is awesome!
V.I.P.
is uber awesome!
Contributor
Insider
channelCreate(params channelParams) bool
Creates a channel with params specified (see above)
Channel parameters
field value
id (int) id of the channel
name (string)
topic (string)
codec (int) the codecs' id (tbd)
quality (int) (tbd)
maxClients (int) (tbd)
order (int) order-value of the channel (lower = higher)
perm (bool) is permanent?
sperm (bool) is semi-permanent?
default (bool) is the servers' default channel?
enc (bool) is encrypted?
This information is from the Sinusbot webinterface --> help --> scripting
(Are you on the latest beta?)
 

FrxX100

New Member
I am using the latest version of the script.
Sorry, I looked also at this site and from what I can see it can not be automatically created as described in the documentation anywhere that is not found. Same with the broadcasting ranks CHANNEL only found the broadcasting ranks SERVER. :/

Sorry for my English.
 
Status
Not open for further replies.
Top