mirror of
https://github.com/anope/anope.git
synced 2026-06-25 13:36:36 +02:00
Hide dumb user notice if we are quitting
This commit is contained in:
+1
-1
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user