#!/usr/bin/php -q #li3 > Lithium Documentation > app/controllers/CommandController::_hello()
Talk to Joshua... How about Global Thermonuclear War?

Source

						protected function _hello() {
		$defcon = array(
			'Greetings, Professor Falken.',
			'',
			'Shall we play a game?'
		);
		return $this->_text($defcon);
	}