mirror of
https://github.com/inspircd/inspircd.git
synced 2025-03-10 11:09:04 -04:00
Stop GCC warnings about the deprecated OnServerSplit event.
This commit is contained in:
parent
96d145b83b
commit
8ebe4ce2cb
@ -40,6 +40,9 @@ static std::string sasl_target;
|
||||
class ServerTracker
|
||||
: public ServerProtocol::LinkEventListener
|
||||
{
|
||||
// Stop GCC warnings about the deprecated OnServerSplit event.
|
||||
using ServerProtocol::LinkEventListener::OnServerSplit;
|
||||
|
||||
bool online;
|
||||
|
||||
void Update(const Server* server, bool linked)
|
||||
|
Loading…
x
Reference in New Issue
Block a user