remove unnecessary comment
This commit is contained in:
parent
a81cef397c
commit
254e39df18
@ -48,7 +48,6 @@ class TextFileMessageStorage {
|
|||||||
// [2014-01-01 00:00:00] * @Arnold is eating cookies
|
// [2014-01-01 00:00:00] * @Arnold is eating cookies
|
||||||
line += `* ${msg.from.mode}${msg.from.nick} ${msg.text}`;
|
line += `* ${msg.from.mode}${msg.from.nick} ${msg.text}`;
|
||||||
break;
|
break;
|
||||||
// case Msg.Type.INVITE: // neither incoming nor outgoing invites are logged
|
|
||||||
case Msg.Type.JOIN:
|
case Msg.Type.JOIN:
|
||||||
// [2014-01-01 00:00:00] *** Arnold (~arnold@foo.bar) joined
|
// [2014-01-01 00:00:00] *** Arnold (~arnold@foo.bar) joined
|
||||||
line += `*** ${msg.from.nick} (${msg.hostmask}) joined`;
|
line += `*** ${msg.from.nick} (${msg.hostmask}) joined`;
|
||||||
|
Loading…
Reference in New Issue
Block a user