class twisted.words.im.ircsupport.IRCGroup(basesupport.AbstractGroup): (source)
Implements interfaces: twisted.words.im.interfaces.IGroup
Undocumented
| Method | imgroup_testAction | Undocumented |
| Method | imtarget_kick | Undocumented |
| Method | setTopic | Set this Groups topic on the server. |
| Method | sendGroupMessage | Send a message to this group. |
| Method | leave | Depart this group. |
Inherited from AbstractGroup:
| Method | __init__ | Undocumented |
| Instance Variable | name | Undocumented |
| Instance Variable | account | Undocumented |
| Method | getGroupCommands | finds group commands |
| Method | getTargetCommands | finds group commands |
| Method | join | Undocumented |
| Method | __repr__ | Undocumented |
| Method | __str__ | Undocumented |
Set this Groups topic on the server.
| Parameters | topic | Undocumented |
| text | Undocumented (type: string) |
Send a message to this group.
| Parameters | text | Undocumented (type: str) |
| meta | Undocumented | |
| metadata | Valid keys for this dictionary include:
|