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({
type: Msg.Type.QUIT,
from: data.nick,
text: data.message
from: data.nick
});
chan.messages.push(msg);
client.emit("msg", {