#!/usr/bin/php -q #li3 > Lithium Documentation > app/controllers/CommandController::_halp()

Source

						protected function _halp() {
		$wtf = array(
			'i cnat!!!1',
			'o_O',
			'wut?'
		);
		shuffle($wtf);
		return $this->_text($wtf[0]);
	}