channel->hasActiveGuessing()) { $this->messageChannel('Channel has no active guessing game'); return; } $this->channel->stopGuessing(); $this->messageChannel('Guessing closed'); } } ?>