From 1649946fd7769bac911bbf18ebdfaa43959f3279 Mon Sep 17 00:00:00 2001 From: Kwoth Date: Tue, 19 Jan 2016 23:05:50 +0100 Subject: [PATCH] .bye fixed --- 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 f7d8cac8..b7bd98c2 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_UserJoined; + NadekoBot.client.UserJoined += Client_UserLeft; await e.Send("Leave announcements enabled on this channel."); } else { announceLeaveChannel = null;