• 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.

Search results

  1. C4undBIER

    EN Reload a script after a certain time

    Well thanks, i did and i works now. Instead of "sinusbot.channelUpdate((config.fannel), { name: chname , topic: topic});" i tried "config.fannel.setName(chname);" and "config.fannel.setTopic(topic);" or "fannel.update(channelParams: name(chname), topic(topic));" Both of them are not...
  2. C4undBIER

    EN Reload a script after a certain time

    Hello, i am trying to build a script which tells me the moon phase and writes an expression in a defined channel. i got my script working, but i want it to refresh/reload every defined time. do i have to build a seperate function to use settimeout? my script until now is: registerPlugin({...
  3. C4undBIER

    EN Multiple Admin channels

    Well... thank you all for helping me. Especially for looking over the crap i wrote... Javascript is something completely new for me. I will probably get into it a bit more, since it is used in webdesigning as well. I will take a look at Keep Out! and i'll try to understand what Thunderkill has...
  4. C4undBIER

    EN Multiple Admin channels

    Oh. spaces dont seem to work. here is the .js so you get some more survivability while reading.
  5. C4undBIER

    EN Multiple Admin channels

    Hello, i want to build a script, where you can choose which groups are getting kicked out of a specified channel because teamspeaks rights system with join power and max users in a channel is enough for 2, not for more. and i need more. Maybe i am too dumb to use the docs or dont understand...
  6. C4undBIER

    EN [Request]Client gives servergroups to himself

    Hello. i dont actually have an idea if it is possible, but i wish that my guests can give some servergroups to themselves. just so they can show their rank in a competetive game for example. but they shouldnt be able to add or remove these groups from other clients. is there a way to do it? a...
Top