Represents a channel.
|
__init__(self,
name,
id,
hidden,
autoClose,
master)
x.__init__(...) initializes x; see help(type(x)) for signature |
source code
|
|
|
|
|
|
|
sendMessage(self,
message,
subchannel=0,
fromConnection=None,
asObject=False,
typeName=None,
**settings)
Send a channel message from the given protocol instance. |
source code
|
|
|
sendPrivateMessage(self,
message,
subchannel,
sender,
recipient,
asObject=False,
typeName=None,
**settings)
Send a message from this client to a recipient |
source code
|
|
|
sendLoader(self,
type,
notClients=[ ] ,
**settings)
Send the specified type to all the clients in the channel, apart from
notClients if specified. |
source code
|
|
Inherited from object :
__delattr__ ,
__format__ ,
__getattribute__ ,
__hash__ ,
__new__ ,
__reduce__ ,
__reduce_ex__ ,
__repr__ ,
__setattr__ ,
__sizeof__ ,
__str__ ,
__subclasshook__
|