-
-
The 2nd part of the condition seems superfluous. If something greater 0 is substracted from
current
the resulting value should always be less thancurrent
.Also I'm wondering what the purpose of the condition is in general.
removed
is an unsigned int so it shouldn't be negative and there would be no harm in adding 0 tocurrent
ifremoved
is 0. -
Implement message notifications is a hacky way
Review Request #3897 — Created March 11, 2025 and submitted
This should get cleaned up when Purple.History exists, but this feels an immediate need even if it's a little hacky/buggy.
Sent some messages via IRCv3 and made sure they were cleared when the conversation was focused.
