summaryrefslogtreecommitdiff
path: root/src/uplink.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/uplink.cpp')
-rw-r--r--src/uplink.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/uplink.cpp b/src/uplink.cpp
index 86851fc50..6171e2353 100644
--- a/src/uplink.cpp
+++ b/src/uplink.cpp
@@ -136,6 +136,7 @@ bool UplinkSocket::ProcessRead()
{
Anope::Process(buf);
User::QuitUsers();
+ Channel::DeleteChannels();
}
return b;
}