From 657966e108c6e0d16b4be68235792eac7c42f87c Mon Sep 17 00:00:00 2001 From: Kwoth Date: Tue, 19 Jan 2016 23:08:48 +0100 Subject: [PATCH] now its fixed 100% --- NadekoBot/Modules/Administration.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/NadekoBot/Modules/Administration.cs b/NadekoBot/Modules/Administration.cs index b7bd98c2..dc0c06cf 100644 --- a/NadekoBot/Modules/Administration.cs +++ b/NadekoBot/Modules/Administration.cs @@ -383,7 +383,7 @@ namespace NadekoBot.Modules if (announcingLeave) { announceLeaveChannel = e.Channel; leaveServer = e.Server; - NadekoBot.client.UserJoined += Client_UserLeft; + NadekoBot.client.UserLeft += Client_UserLeft; await e.Send("Leave announcements enabled on this channel."); } else { announceLeaveChannel = null;