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;
|
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) {
|
||||||
|
|
Loading…
Reference in a new issue