|
|
|
|
|
|
|
|
motdReceived(self,
value)
Called upon receiving the MOTD |
source code
|
|
|
|
connectionAccepted(self)
Called when the connection has been accepted, and the client
notified. |
source code
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
nameChanged(self,
channel,
oldName,
newName)
Called when the server has told us we've changed our name |
source code
|
|
|
|
|
|
|
|
|
|
|
|
|
channelUserChanged(self,
client,
oldName,
newName)
Called when a client in the channel (including has changed name. |
source code
|
|
|
|
|
|
|
sendMessage(self,
value,
subchannel,
type=None)
Sends a message to the other end |
source code
|
|
|
|
| sendChannelMessage(self,
channel,
*arg,
**kw) |
source code
|
|
|
|
|
|
|
|
|
Inherited from protocol.MooProtocol:
dataReceived,
sendLoader
Inherited from twisted.internet.protocol.Protocol:
connectionLost
Inherited from twisted.internet.protocol.BaseProtocol:
__providedBy__,
connectionMade,
makeConnection
|