forked from CringeStudios/gamja
Linkify MOTD
This commit is contained in:
parent
02800dd21b
commit
20f20b18df
@ -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) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user