alaingilbert / Turntable-API

Allows you to create bots for turntable.fm
http://alaingilbert.github.com/Turntable-API/
MIT License
318 stars 97 forks source link

How do I use Add Moderator and Remove Moderator #207

Closed ghost closed 11 years ago

ghost commented 11 years ago

How can I use Add Moderator and Remove Moderator so my bot can add and remove moderator status from anyone in the turntable.fm room?

technobly commented 11 years ago

I'm all tapped out with the help desk. Going on vacation. Good luck!

ghost commented 11 years ago

sighs

sharedferret commented 11 years ago

https://github.com/alaingilbert/Turntable-API#addmoderator--useridstring--callbackfn-

ghost commented 11 years ago

thats what I am talking about, how do I code something that uses it.

alaingilbert commented 11 years ago

Those are actions... they should be used the same way as any other actions.... (like speak or snag or playlistAdd or becomeFan.... https://github.com/alaingilbert/Turntable-API/blob/master/examples/autosnag.js)

ghost commented 11 years ago

ok, thanks for the help. :+1: