mirror of
https://github.com/anope/anope.git
synced 2026-07-08 12:03:14 +02:00
Interally quit servers when juped
This commit is contained in:
+1
-3
@@ -375,12 +375,10 @@ void SQuit::Run(MessageSource &source, const std::vector<Anope::string> ¶ms)
|
||||
|
||||
if (!s)
|
||||
{
|
||||
Log() << "SQUIT for nonexistent server " << params[0];
|
||||
Log(LOG_DEBUG) << "SQUIT for nonexistent server " << params[0];
|
||||
return;
|
||||
}
|
||||
|
||||
FOREACH_MOD(OnServerQuit, (s));
|
||||
|
||||
s->Delete(s->GetName() + " " + s->GetUplink()->GetName());
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user