avatarkava / beavisbot

A node.js powered bot for plug.dj and dubtrack.fm
https://github.com/avatarkava/beavisbot/wiki
MIT License
22 stars 20 forks source link

Ban users who are not in the room #39

Open avatarkava opened 10 years ago

avatarkava commented 10 years ago

This should theoretically be possible with PlugAPI but doesn't seem to be working right now. Needs further testing.

avatarkava commented 10 years ago

.ban is currently broken.

JBader89 commented 10 years ago

any update about this? I just starting utilizing the plugAPI and I can't seem to use moderateBanUser without getting an error. I've tried 'moderateBanUser([id])', 'moderateBanUser([id], 1, -1)', and even 'moderateBanUser([id], 1, 'f') which is what I heard is the new way to do it