Closed GoogleCodeExporter closed 9 years ago
I haven't looked at that code, but I believe you are confused as to the term
ircop. An ircop is someone who has 'superpowers' on an irc server, not a
channel owner.
Original comment by entityreborn
on 25 Jun 2013 at 2:39
[deleted comment]
Well I'm making a bot for my Twitch Channel, and have the command "!playsong
<youtube_link>", but I want to limit the usage to Moderators and Me(Channel
Owner), how can I do this?
Original comment by vdog8...@gmail.com
on 25 Jun 2013 at 2:46
Assuming Twitch.tv uses standard IRC levels then use isOp to determine
moderators and (maybe) isOwner to determine the channel owner.
If this doesn't work can you send the raw output of /WHO #yourChannel ?
Original comment by Lord.Qua...@gmail.com
on 25 Jun 2013 at 8:52
Assuming fixed
Original comment by Lord.Qua...@gmail.com
on 13 Jul 2013 at 12:29
Original issue reported on code.google.com by
vdog8...@gmail.com
on 25 Jun 2013 at 2:33