Package gozerbot :: Module partyline :: Class Partyline
[hide private]
[frames] | no frames]

Class Partyline

source code

object --+
         |
        Partyline

this is the partyline

Instance Methods [hide private]
 
__init__(self)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
source code
 
_doresume(self, data, reto=None) source code
 
_resumedata(self) source code
 
resume(self, sessionfile) source code
 
stop(self, bot)
stop all user on bot
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
 
list_nicks(self)
list all connected nicks
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__

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

__init__(self)
(Constructor)

source code 

x.__init__(...) initializes x; see x.__class__.__doc__ for signature

Overrides: object.__init__
(inherited documentation)