fix command classes

This commit is contained in:
Evan Prodromou
2009-02-11 15:48:30 -05:00
parent 03fff15a51
commit 9d07032334
3 changed files with 38 additions and 40 deletions

View File

@@ -19,11 +19,10 @@
if (!defined('LACONICA')) { exit(1); }
require_once(INSTALLDIR.'/classes/Command.php');
require_once INSTALLDIR.'/lib/command.php';
class CommandInterpreter
{
function handle_command($user, $text)
{
# XXX: localise