1
0
mirror of https://github.com/anope/anope.git synced 2026-06-25 05:36:37 +02:00

Hide dumb user notice if we are quitting

This commit is contained in:
Adam
2014-10-12 14:32:17 -04:00
parent 1c12976958
commit 5ceee5df38
+1 -1
View File
@@ -66,7 +66,7 @@ UplinkSocket::UplinkSocket() : Socket(-1, Config->Uplinks[Anope::CurrentUplink].
UplinkSocket::~UplinkSocket()
{
if (!error)
if (!error && !Anope::Quitting)
{
this->OnError("");
Module *protocol = ModuleManager::FindFirstOf(PROTOCOL);