|
|
__init__(self)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature |
source code
|
|
|
|
|
|
|
|
|
|
whatperms(self)
return what permissions are possible |
source code
|
|
|
|
exist(self,
name)
see if plugin <name> exists |
source code
|
|
|
|
disable(self,
name)
prevent plugins <name> to be loaded |
source code
|
|
|
|
|
|
|
plugsizes(self)
call the size() function in all plugins |
source code
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
available(self)
available plugins not yet registered |
source code
|
|
|
|
saveplug(self,
plugname)
call save on items in plugins savelist |
source code
|
|
|
|
|
|
|
save_cfg(self)
call registered plugins configuration save |
source code
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
unloadnosave(self,
plugname)
unload plugin without saving |
source code
|
|
|
|
|
|
|
permoverload(self,
funcname,
perms)
overload permission of a function |
source code
|
|
|
|
|
|
|
dispatchtest(self,
bot,
ievent,
direct=False)
see if ievent would dispatch |
source code
|
|
|
|
|
|
|
trydispatch(self,
bot,
ievent,
direct=False)
try to dispatch ievent |
source code
|
|
|
|
dispatch(self,
what,
com,
bot,
ievent)
dispatch ievent |
source code
|
|
|
|
|
|
|
|
|
|
listreload(self,
pluglist)
reload list of plugins |
source code
|
|
|
Inherited from object:
__delattr__,
__getattribute__,
__hash__,
__new__,
__reduce__,
__reduce_ex__,
__repr__,
__setattr__,
__str__
|