Module middleware
source code
Provides a glue to tie command system framework and the actual code
where it would be dropped in. Defines a little bit of scaffolding to
support interaction between the two and a few utility methods so you
don't need to dig up the code itself to write basic commands.
|
|
ChatCommandProcessor
A basic scaffolding to provide convenient interaction between the
command system and chat controls. It will be merged directly into
the controls, by ChatCommandProcessor being among superclasses of
the controls.
|
|
|
CommandTools
Contains a set of basic tools and shortcuts you can use in your
commands to perform some simple operations. These will be merged
directly into the controls, by CommandTools being among superclasses
of the controls.
|
Imports:
StringTypes,
print_exc,
FontDescription,
gajim,
CommandProcessor,
CommandError,
NoCommandError,
gconf
__package__
- Value:
'command_system.implementation'
|
|