Merge pull request #2560 from Jay2k1/remove-comment
remove unnecessary comment
This commit is contained in:
commit
9d8d8eefa6
@ -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