I would like a script that implements the following feature: HERE
something like:
can you help me?<nick> !reop
<bot> Channel Reop List:
<bot> *!xxx@bla.bla.org
<bot> *!yyy@vhost.net
<bot> *!*@4.3.2.1
<nick> !+reop *!*@2001:67c:0:0:0:0:0:2 *!*@1.2.3.4
<bot> MODE #channel +R *!*@2001:67c:0:0:0:0:0:2
<bot> MODE #channel +R *!*@1.2.3.4
<bot> User(s) added to Reop List
<nick> !-reop *!xxx@bla.bla.org *!*@1.2.3.4
<bot> MODE #channel -R *!xxx@bla.bla.org
<bot> MODE #channel -R *!*@1.2.3.4
<bot> User(s) removed from Reop List