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;