42wim/matterircd

Leading spaces are removed

hloeung opened this issue · 2 comments

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.

Seems likely my irssi set up. Closing for now.

#432 fixes this.