Reply doesn't catch RE: in the subject line #382
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
It only catches Re:. This caused some messages to end up with "Re: RE: RE: blah" in the subject line on the general channel.
There is already a similar check in class_receiveDataThread to account for an all-caps RE:
Attaching a diff because this is just a one liner. Let me know if you want a full Pull Request:
might as well lowercase it and compare it to "re:"
I thought about that but this fix was more consistent with similar code in class_receiveDataThread. I have no preference, but thought they should both behave the same way if either code path see "rE: hAXXoR CAPS"