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

AssertionError when using irc.reply(..., action=True) from #1498

Open progval opened 2 years ago

progval commented 2 years ago

https://github.com/progval/Limnoria/blob/63eb6672eac794a9c39dec87db3aa45147e06974/src/callbacks.py#L788

is triggered by this code when removing the explicit noLengthCheck:

https://github.com/frumiousbandersnatch/sobrieti-plugins/blob/19218620b66d9064d6f16414c2d9ad5dc54fd12a/plugins/Bucket/plugin.py#L379