CloudBotIRC / CloudBot

CloudBot - The simple, fast, expandable, open-source Python IRC Bot!
GNU General Public License v3.0
273 stars 249 forks source link

Hook to get op/voice #62

Open dmodoomsirius opened 9 years ago

dmodoomsirius commented 9 years ago

Is there a hook to get who is an op/voiced in a channel? if not can you please add one @lukeroge? :)

daboross commented 9 years ago

There isn't - right now CloudBot doesn't keep track of who is op/voice. This will be added soon though, I'm currently in the process of adding code to track this.

dmodoomsirius commented 9 years ago

\o/

ctian1 commented 9 years ago

It seems like a lot of useful plugin things like this are kinda absent; it'd be awesome if we had more hooks like this.

dmptrluke commented 9 years ago

Getting this working properly requires quite a lot of changes, @daboross is working on it in his spare time :)

Arzte commented 9 years ago

This sounds great, It would make it easier to implant things like OP/Voice on join where as have a bot or chanserv do it.