diff --git a/components/buffer.js b/components/buffer.js index 6efce30..f80352e 100644 --- a/components/buffer.js +++ b/components/buffer.js @@ -167,7 +167,7 @@ class LogLine extends Component { break; case irc.RPL_MOTD: lineClass = "motd"; - content = msg.params[1]; + content = linkify(stripANSI(msg.params[1]), onChannelClick); break; default: if (irc.isError(msg.command) && msg.command != irc.ERR_NOMOTD) {