world | index /home/gl/pylink/world.py |
world.py: Stores global variables for PyLink, including lists of active IRC objects and plugins.
Modules | ||||||
|
Data | ||
commands = defaultdict(<class 'list'>, {}) hooks = defaultdict(<class 'list'>, {}) networkobjects = {} plugins = {} plugins_folder = '/home/gl/pylink/plugins' protocols_folder = '/home/gl/pylink/protocols' source = 'https://github.com/GLolol/PyLink' started = <threading.Event object> testing = True testing_ircd = 'inspircd' version = 'v0.7.0-dev-29-gc8a3514' whois_handlers = [] |