.bye fixed

This commit is contained in:
Kwoth 2016-01-19 23:05:50 +01:00
parent 828ffdaf75
commit 1649946fd7

View File

@ -383,7 +383,7 @@ namespace NadekoBot.Modules
if (announcingLeave) {
announceLeaveChannel = e.Channel;
leaveServer = e.Server;
NadekoBot.client.UserJoined += Client_UserJoined;
NadekoBot.client.UserJoined += Client_UserLeft;
await e.Send("Leave announcements enabled on this channel.");
} else {
announceLeaveChannel = null;