summaryrefslogtreecommitdiff
path: root/src/channels.cpp
diff options
context:
space:
mode:
authorAttila Molnar <attilamolnar@hush.com>2014-01-25 12:15:01 +0100
committerAttila Molnar <attilamolnar@hush.com>2014-01-25 12:15:01 +0100
commit48869b38e938de4d8dd4cdff486b10348e81f7b6 (patch)
tree1f358eb6439bcf9f9b78ff8f1a7f426adfd5f5d1 /src/channels.cpp
parent458168b575663dc7bdb71c651c30320752f22e41 (diff)
Destroy Memberships of a quitting user in QuitUser() instead of in cull()
Diffstat (limited to 'src/channels.cpp')
-rw-r--r--src/channels.cpp2
1 files changed, 0 insertions, 2 deletions
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))
{
/*