PHPDaemon\Servers\IRCBouncer\Connection::detach PHP Method

detach() public method

public detach ( )
    public function detach()
    {
        if ($this->attachedServer) {
            $this->attachedServer->attachedClients->detach($this);
            $this->attachedServer = null;
        }
    }