Don't show quit messages

This commit is contained in:
Mattias Erming 2014-07-25 04:09:32 -07:00
parent b7338eeab7
commit cce3cb0231

View file

@ -16,8 +16,7 @@ module.exports = function(irc, network) {
}); });
var msg = new Msg({ var msg = new Msg({
type: Msg.Type.QUIT, type: Msg.Type.QUIT,
from: data.nick, from: data.nick
text: data.message
}); });
chan.messages.push(msg); chan.messages.push(msg);
client.emit("msg", { client.emit("msg", {