|
|
__init__(self)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature |
source code
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
stop_all(self)
stop every users on partyline |
source code
|
|
|
|
loud(self,
nick)
enable broadcasting of txt for nick |
source code
|
|
|
|
silent(self,
nick)
disable broadcasting txt from/to nick |
source code
|
|
|
|
add_party(self,
bot,
sock,
nick,
userhost,
channel)
add a socket with nick to the list |
source code
|
|
|
|
del_party(self,
nick)
remove a socket with nick from the list |
source code
|
|
|
|
|
|
|
say_broadcast(self,
txt)
broadcast a message to all ppl on partyline |
source code
|
|
|
|
say_broadcast_notself(self,
nick,
txt)
broadcast a message to all ppl on partyline |
source code
|
|
|
|
say_nick(self,
nickto,
msg)
say a message on the partyline to an user |
source code
|
|
|
|
is_on(self,
nick)
checks if user an is on the partyline |
source code
|
|
|
Inherited from object:
__delattr__,
__getattribute__,
__hash__,
__new__,
__reduce__,
__reduce_ex__,
__repr__,
__setattr__,
__str__
|