Linkify MOTD
This commit is contained in:
@@ -167,7 +167,7 @@ class LogLine extends Component {
|
|||||||
break;
|
break;
|
||||||
case irc.RPL_MOTD:
|
case irc.RPL_MOTD:
|
||||||
lineClass = "motd";
|
lineClass = "motd";
|
||||||
content = msg.params[1];
|
content = linkify(stripANSI(msg.params[1]), onChannelClick);
|
||||||
break;
|
break;
|
||||||
default:
|
default:
|
||||||
if (irc.isError(msg.command) && msg.command != irc.ERR_NOMOTD) {
|
if (irc.isError(msg.command) && msg.command != irc.ERR_NOMOTD) {
|
||||||
|
|||||||
Reference in New Issue
Block a user