mirror of
https://github.com/anope/anope.git
synced 2026-07-01 13:26:39 +02:00
Allow modules to store data in their own databases.
This commit is contained in:
@@ -875,7 +875,7 @@ struct IRCDMessageRSQuit : IRCDMessage
|
||||
else
|
||||
s = Server::Find(params[0]);
|
||||
|
||||
source.GetServer()->Delete(source.GetServer()->GetName() + " " + source.GetServer()->GetUplink()->GetName());
|
||||
source.GetServer()->Delete(source.GetServer()->GetName() + " " + (s ? s->GetName() : "<unknown>"));
|
||||
|
||||
return true;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user