Nephos / botpop

A simple and pluggable IRC bot based on Cinch
9 stars 9 forks source link

Added kick and ops plugins #25

Closed Lucie-Dispot closed 8 years ago

Lucie-Dispot commented 8 years ago

I added two plugins : kick and ops. The kick plugin allows the following commands: !k and !kick. The commands ask the bot to kick the target user from the current channel. It requires that the bot has an operator status in the channel in order to work. The ops plugin allows the following commands: !op, !deop, !v, !dv. The !op command ask the bot to give the operator status to the user. The !deop command asks the bot to remove the operator status from the user. The !v and !dv commands work the same way, except they voice and devoice the user. Those commands require that the bot has an operator status in the channel in order to work.