Merge pull request #2505 from thelounge/xpaw/fix-2324
Don't mark your nick changes as self in each channel
This commit is contained in:
commit
b336e4f202
@ -36,7 +36,6 @@ module.exports = function(irc, network) {
|
|||||||
from: user,
|
from: user,
|
||||||
type: Msg.Type.NICK,
|
type: Msg.Type.NICK,
|
||||||
new_nick: data.new_nick,
|
new_nick: data.new_nick,
|
||||||
self: self,
|
|
||||||
});
|
});
|
||||||
chan.pushMessage(client, msg);
|
chan.pushMessage(client, msg);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user