]> git.mxchange.org Git - quix0rs-gnu-social.git/commit
Move Commands stuff out of classes
authorEvan Prodromou <evan@controlyourself.ca>
Wed, 11 Feb 2009 20:46:29 +0000 (15:46 -0500)
committerEvan Prodromou <evan@controlyourself.ca>
Wed, 11 Feb 2009 20:46:29 +0000 (15:46 -0500)
commit5127396325a29d6c7b8f0e1e0ae3e0580ab30dda
treee7c6388a7fab76c89534cf0ae3d6b4514f8ba359
parent1d5296e596168f6ee8b18e9917e8d8aa62ac254c
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.
classes/Channel.php [deleted file]
classes/Command.php [deleted file]
classes/CommandInterpreter.php [deleted file]
lib/channel.php [new file with mode: 0644]
lib/command.php [new file with mode: 0644]
lib/commandinterpreter.php [new file with mode: 0644]