Don't show quit messages
This commit is contained in:
parent
b7338eeab7
commit
cce3cb0231
|
@ -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", {
|
||||
|
|
Loading…
Reference in New Issue