|
|
__init__(self,
fname)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature |
source code
|
|
|
|
|
|
|
getmainbot(self)
return the main bot of the fleet |
source code
|
|
|
|
getfirstbot(self)
return the main bot of the fleet |
source code
|
|
|
|
|
|
|
|
|
|
|
|
|
save(self)
save fleet data and call save on all the bots |
source code
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
addbot(self,
bot)
add a irc or jabber bot based on bot type |
source code
|
|
|
|
|
|
|
|
|
|
connect(self,
name)
connect bot to irc server |
source code
|
|
|
|
delete(self,
name)
delete bot with name from fleet |
source code
|
|
|
|
|
|
|
|
|
|
|
|
|
cmnd(self,
event,
name,
cmnd)
do command on a bot by name |
source code
|
|
|
|
cmndall(self,
event,
cmnd)
do a command on all bots |
source code
|
|
|
|
|
|
Inherited from object:
__delattr__,
__getattribute__,
__hash__,
__new__,
__reduce__,
__reduce_ex__,
__repr__,
__setattr__,
__str__
|