progval / Limnoria

A robust, full-featured, and user/programmer-friendly Python IRC bot, with many existing plugins.
https://docs.limnoria.net/
Other
621 stars 174 forks source link

Adapt the response according to whether `@kban` or `@iban` is used. #1512

Closed prdes closed 2 years ago

prdes commented 2 years ago

Both @kban <bot> and @iban <bot> responded with the bot refusing to 'kickban' itself (logging as well). This commit enables the response to fit the type of action taken where @iban <bot> no longer refuses to 'kickban' itself but rather disagrees with imposing a 'ban' on itself.

Closes #1506