diff options
author | Evan Prodromou <evan@controlyourself.ca> | 2009-02-11 15:46:29 -0500 |
---|---|---|
committer | Evan Prodromou <evan@controlyourself.ca> | 2009-02-11 15:46:29 -0500 |
commit | 5127396325a29d6c7b8f0e1e0ae3e0580ab30dda (patch) | |
tree | e7c6388a7fab76c89534cf0ae3d6b4514f8ba359 | |
parent | 1d5296e596168f6ee8b18e9917e8d8aa62ac254c (diff) |
Move Commands stuff out of classes
The classes/ subdir is primarily for the DB_DataObject classes. Stuff
in there can get stomped by various generation scripts.
I've moved the lurkers there -- related to command-handling -- to
lib/. Since auto-loading works fine with lib/, there shouldn't be much
of a visible change here.
-rw-r--r-- | lib/channel.php (renamed from classes/Channel.php) | 0 | ||||
-rw-r--r-- | lib/command.php (renamed from classes/Command.php) | 0 | ||||
-rw-r--r-- | lib/commandinterpreter.php (renamed from classes/CommandInterpreter.php) | 0 |
3 files changed, 0 insertions, 0 deletions
diff --git a/classes/Channel.php b/lib/channel.php index fdeff21fc..fdeff21fc 100644 --- a/classes/Channel.php +++ b/lib/channel.php diff --git a/classes/Command.php b/lib/command.php index eacbdacb3..eacbdacb3 100644 --- a/classes/Command.php +++ b/lib/command.php diff --git a/classes/CommandInterpreter.php b/lib/commandinterpreter.php index 0679f5462..0679f5462 100644 --- a/classes/CommandInterpreter.php +++ b/lib/commandinterpreter.php |