class documentation

Undocumented

Method __init__ Undocumented
Method __repr__ Undocumented
Method __str__ Undocumented
Method getGroupCommands finds group commands
Method getTargetCommands finds group commands
Method join Undocumented
Method leave Undocumented
Instance Variable account Undocumented
Instance Variable name Undocumented
def __init__(self, name, account):
def __repr__(self) -> str:

Undocumented

def __str__(self) -> str:

Undocumented

def getGroupCommands(self):

finds group commands

these commands are methods on me that start with imgroup_; they are called with no arguments

def getTargetCommands(self, target):

finds group commands

these commands are methods on me that start with imgroup_; they are called with a user present within this room as an argument

you may want to override this in your group in order to filter for appropriate commands on the given user

def join(self):

Undocumented

account =

Undocumented

name =

Undocumented