Part of twisted.words.im.proxyui View Source View In Hierarchy
| Method | connectionLost | Called when the connection is shut down. |
Inherited from IRC:
| Method | connectionMade | Called when a connection is made. |
| Method | sendLine | Undocumented |
| Method | sendMessage | Send a line formatted as an IRC message. |
| Method | dataReceived | No summary |
| Method | handleCommand | Determine the function to call for the given command and call it with the given arguments. |
| Method | irc_unknown | Implement me! |
| Method | privmsg | Send a message to a channel or user |
| Method | notice | Send a "notice" to a channel or user. |
| Method | action | Send an action to a channel or user. |
| Method | topic | Send the topic to a user. |
| Method | topicAuthor | Send the author of and time at which a topic was set for the given channel. |
| Method | names | Send the names of a channel's participants to a user. |
| Method | who | Send a list of users participating in a channel. |
| Method | whois | Send information about the state of a particular user. |
| Method | join | Send a join message. |
| Method | part | Send a part message. |
| Method | channelMode | Send information about the mode of a channel. |
Inherited from BaseProtocol (via IRC, Protocol):
| Method | makeConnection | Make a connection to a transport and a server. |
Called when the connection is shut down.
Clear any circular references here, and any external references to this Protocol. The connection has been closed.| Parameters | reason | (type: twisted.python.failure.Failure
) |