Part of twisted.words.im.basesupport View Source View In Hierarchy
Known subclasses: twisted.words.im.ircsupport.IRCGroup, twisted.words.im.pbsupport.TwistedWordsGroup, twisted.words.im.tocsupport.TOCGroup
| 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 |
finds group commands
these commands are methods on me that start with imgroup_; they are called with no argumentsfinds 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