ElementalAlchemist / txircd

Modular IRCd built using Twisted. Made to be extremely customizable.
BSD 3-Clause "New" or "Revised" License
19 stars 5 forks source link

Implement the oper override commands #72

Closed Heufneutje closed 10 years ago

Heufneutje commented 10 years ago

This PR includes the following commands:

I was thinking about maybe making them a bit more user friendly by prepending the part reason, kick reason and topic with a colon, but that's kind of up to the client.

Heufneutje commented 10 years ago

Forgot to mention I also wanted to do SAQUIT so we really have the full set, but then I realized that's about 99% the same as KILL. I could probably implement it anyway since it's an extra module and the server admin can decide if they find it useful. Besides, I already implemented both SAPART and SAKICK.

ElementalAlchemist commented 10 years ago

Have you decided? Is this ready to go?

Heufneutje commented 10 years ago

It is ready. I've decided not to do SAQUIT since it would be pretty much an exact copy of KILL.