For some reason, !help no longer works.
Could there be too many commands for it to work? or a duplicate command?
<?php
$this->registerSayCommand('test', 'cmdTest', 'Displays your user info.');
$this->registerSayCommand('buy', 'cmdBuy', 'Purchase a car.');
$this->registerSayCommand('sell', 'cmdSell', 'Purchase a car.');
$this->registerSayCommand('tow', 'cmdTow', 'Sent to garage for £600');
$this->registerSayCommand('cash', 'cmdCash', 'Current bank balance.');
$this->registerSayCommand('licence', 'cmdLicence', 'Current Licence.');
$this->registerSayCommand('showoff', 'cmdShowoff', 'Shows off your stats.');
?>
edit: ignore that, I've just realised it's part of the admin plugin.