Class t.w.i.b.AbstractGroup:

Part of twisted.words.im.basesupport View Source View In Hierarchy

Known subclasses: twisted.words.im.pbsupport.TwistedWordsGroup, twisted.words.im.tocsupport.TOCGroup, twisted.words.im.ircsupport.IRCGroup

Undocumented
Line # Kind Name Docs
24 Method __init__ Undocumented
28 Method getGroupCommands finds group commands
36 Method getTargetCommands finds group commands
47 Method join Undocumented
52 Method leave Undocumented
57 Method __repr__ Undocumented
60 Method __str__ Undocumented
def __init__(self, name, account):
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
def leave(self):
Undocumented
def __repr__(self):
Undocumented
def __str__(self):
Undocumented