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

Class CustomGroupChatCommands

source code


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

Inherited from framework.CommandContainer: __metaclass__

Instance Methods [hide private]
 
fetch(self) source code

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

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

Inherited from object: __class__

Method Details [hide private]

fetch(self)

source code 
Decorators:
  • @command

Class Variable Details [hide private]

AUTOMATIC

Value:
True

HOSTS

Value:
GroupChatCommands,