mirror of
https://codeberg.org/emersion/gamja.git
synced 2024-11-14 19:05:01 -05:00
Linkify MOTD
This commit is contained in:
parent
02800dd21b
commit
20f20b18df
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue