Package command_system :: Package implementation :: Module custom :: Class CustomChatCommands
[hide private]
[frames] | no frames]

Class CustomChatCommands

source code


This command container bounds only to the ChatCommands command host. Therefore commands defined inside of the container will be available only to a chat.
Nested Classes [hide private]

Inherited from framework.CommandContainer: __metaclass__

Instance Methods [hide private]
 
sing(self)
This command has an additional aliases.
source code

Inherited from object: __delattr__, __getattribute__, __hash__, __init__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __str__

Class Variables [hide private]
  AUTOMATIC = True
  HOSTS = ChatCommands,
Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

sing(self)

source code 

This command has an additional aliases. It means the command will be available under three names: sing (the native name), squal (the first alias), bawl (the second alias).

You can turn off the usage of the native name, if you want, and specify a name or a set of names, as aliases, under which a command will be available.

Decorators:
  • @command("squal", "bawl")

Class Variable Details [hide private]

AUTOMATIC

Value:
True

HOSTS

Value:
ChatCommands,