*/ class ChatController extends Controller { /** * Redirects the user to the chat client. */ public function redirect() { return; } /** * Serves the settings for a Sakurako chat. * @return string */ public function settings() { return; } }