Handle QUIT messages

This commit is contained in:
Simon Ser
2020-07-08 18:39:24 +02:00
parent 8d2632ad9c
commit 44b1f28cb6
2 changed files with 23 additions and 1 deletions

View File

@@ -71,6 +71,11 @@ function LogLine(props) {
${createNick(msg.prefix.name)} has left
`;
break;
case "QUIT":
content = html`
${createNick(msg.prefix.name)} has quit
`;
break;
case "NICK":
var newNick = msg.params[0];
content = html`