Don't mark your nick changes as self in each channel

This commit is contained in:
Pavel Djundik 2018-05-15 10:00:16 +03:00
parent 8edc1be7b5
commit 9d5f213289

View file

@ -36,7 +36,6 @@ module.exports = function(irc, network) {
from: user,
type: Msg.Type.NICK,
new_nick: data.new_nick,
self: self,
});
chan.pushMessage(client, msg);