From 48869b38e938de4d8dd4cdff486b10348e81f7b6 Mon Sep 17 00:00:00 2001 From: Attila Molnar Date: Sat, 25 Jan 2014 12:15:01 +0100 Subject: Destroy Memberships of a quitting user in QuitUser() instead of in cull() --- src/channels.cpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/channels.cpp') diff --git a/src/channels.cpp b/src/channels.cpp index 392657647..20d61e1d4 100644 --- a/src/channels.cpp +++ b/src/channels.cpp @@ -678,8 +678,6 @@ void Channel::UserList(User *user) std::string nick; for (UserMembIter i = userlist.begin(); i != userlist.end(); ++i) { - if (i->first->quitting) - continue; if ((!has_user) && (i->first->IsModeSet(invisiblemode)) && (!has_privs)) { /* -- cgit v1.3.1-10-gc9f91