Skip to content

Reference

  1. rumchat_actor, the main init module with the actor class.
  2. rumchat_actor.actions, some common message actions, ready to register (after instancing in some cases).
  3. rumchat_actor.commands, the ChatCommand abstract class, and some derivative classes for common commands, which are ready to register (after instancing).
  4. rumchat_actor.misc, miscellaneous stuff for end use.
  5. rumchat_actor.utils, various utility functions for internal use.
  6. rumchat_actor.static, static variables.
  7. 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.