fix command classes
This commit is contained in:
parent
03fff15a51
commit
9d07032334
@ -21,7 +21,6 @@ if (!defined('LACONICA')) { exit(1); }
|
|||||||
|
|
||||||
class Channel
|
class Channel
|
||||||
{
|
{
|
||||||
|
|
||||||
function on($user)
|
function on($user)
|
||||||
{
|
{
|
||||||
return false;
|
return false;
|
||||||
|
@ -19,7 +19,7 @@
|
|||||||
|
|
||||||
if (!defined('LACONICA')) { exit(1); }
|
if (!defined('LACONICA')) { exit(1); }
|
||||||
|
|
||||||
require_once(INSTALLDIR.'/classes/Channel.php');
|
require_once(INSTALLDIR.'/lib/channel.php');
|
||||||
|
|
||||||
class Command
|
class Command
|
||||||
{
|
{
|
||||||
|
@ -19,11 +19,10 @@
|
|||||||
|
|
||||||
if (!defined('LACONICA')) { exit(1); }
|
if (!defined('LACONICA')) { exit(1); }
|
||||||
|
|
||||||
require_once(INSTALLDIR.'/classes/Command.php');
|
require_once INSTALLDIR.'/lib/command.php';
|
||||||
|
|
||||||
class CommandInterpreter
|
class CommandInterpreter
|
||||||
{
|
{
|
||||||
|
|
||||||
function handle_command($user, $text)
|
function handle_command($user, $text)
|
||||||
{
|
{
|
||||||
# XXX: localise
|
# XXX: localise
|
||||||
|
Loading…
Reference in New Issue
Block a user