Linkify MOTD

This commit is contained in:
Simon Ser 2021-06-10 12:09:07 +02:00
parent 02800dd21b
commit 20f20b18df

View file

@ -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) {