interface documentation
class IGroupConversation(Interface): (source)
Undocumented
| Method | hide |
nor this neither. |
| Method | member |
Changes the oldnick in the list of members to newnick and displays this change to the user, |
| Method | member |
Adds the given member to the list of members in the group conversation and displays this to the user, |
| Method | member |
Deletes the given member from the list of members in the group conversation and displays the change to the user. |
| Method | send |
Undocumented |
| Method | set |
Sets the list of members in the group and displays it to the user. |
| Method | set |
Displays the topic (from the server) for the group conversation window. |
| Method | show |
doesn't seem like it belongs in this interface. |
| Method | show |
Undocumented |
Changes the oldnick in the list of members to newnick and displays this change to the user,
| Parameters | |
| oldnick:string (XXX: Not Person?) | Undocumented |
| newnick:string | Undocumented |
Adds the given member to the list of members in the group conversation and displays this to the user,
| Parameters | |
| member:string (XXX: Not Person?) | Undocumented |
Deletes the given member from the list of members in the group conversation and displays the change to the user.
| Parameters | |
| member:string (XXX: Not Person?) | Undocumented |