Class t.w.i.p.IRCUserInterface(IRC):

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

No class docstring
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 This hack is to support mIRC, which sends LF only,
Method handleCommand Determine the function to call for the given command and call
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
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.
def connectionLost(self): (source)

Called when the connection is shut down.

Clear any circular references here, and any external references to this Protocol. The connection has been closed.
Parametersreason(type: twisted.python.failure.Failure )
API Documentation for twisted, generated by pydoctor.