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:
Jérémie Astori 2018-06-03 13:37:38 -04:00 committed by GitHub
commit b336e4f202
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

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);