| Commit message (Collapse) | Author | Age | Files | Lines |
| | |
|
| |
|
|
|
| |
This type conversion is more easily shown to work as intended than the
conversion introduced in 9dcb9e169.
|
| | |
|
| |
|
|
|
|
|
| |
Reported by ssbr on freenode:
chmode +c doesn't strip ^O, which turns off all previous formatting.
This can cause clients that internally use mIRC formatting to render messages weirdly,
e.g. highlighted messages in HexChat: <https://i.imgur.com/eDX8Aif.png>.
|
| |
|
|
|
| |
Unlike isdigit, IsDigit can safely be applied to 'char's.
Arguments to isdigit needs a character cast to 'unsigned char' or EOF.
|
| |
|
|
| |
Some clients such as irssi interpret \004 as colour or other markup.
|
| |
|
|
| |
from a string.
|
| | |
|
| |
|