Reference
- rumchat_actor, the main init module with the actor class.
- rumchat_actor.actions, some common message actions, ready to register (after instancing in some cases).
- rumchat_actor.commands, the ChatCommand abstract class, and some derivative classes for common commands, which are ready to register (after instancing).
- rumchat_actor.misc, miscellaneous stuff for end use.
- rumchat_actor.utils, various utility functions for internal use.
- rumchat_actor.static, static variables.
- Action Properties, metadata created by message actions, and passed to both actions and commands.
This file is part of Rumble Chat Actor.
Rumble Chat Actor is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
Rumble Chat Actor is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with Rumble Chat Actor. If not, see https://www.gnu.org/licenses/.
S.D.G.