42wim / matterircd

Connect to your mattermost or slack using your IRC-client of choice.
MIT License
294 stars 60 forks source link

Leading spaces are removed #420

Closed hloeung closed 3 years ago

hloeung commented 3 years ago

Hi,

It looks like leading spaces are removed from messages received. This is quite annoying, especially for code blocks. e.g.

```
if [ "$IFACE" = "eth0.1" ]; then
    /bin/sh myscript
fi
```

Ends up:

if [ "$IFACE" = "eth0.1" ]; then
/bin/sh myscript
fi

It's fine for messages sent though.

hloeung commented 3 years ago

Seems likely my irssi set up. Closing for now.

hloeung commented 3 years ago

https://github.com/42wim/matterircd/pull/432 fixes this.