powerlevel

PowerLevel plugin

Attempts to obtain and maintain a trust level

Author: Yamikuronue
License: MIT

powerlevel.defaultConfig

Default plugin configuration

Kind: static property of powerlevel

powerlevel.prepare(config, _, events, browser)

Prepare Plugin prior to login

Kind: static method of powerlevel

Param Type Description
config * Plugin specific configuration
_ Config Overall Bot Configuration
events externals.events.SockEvents EventEmitter used for the bot
browser Browser Web browser for communicating with discourse

powerlevel.start()

Start the plugin after login

Kind: static method of powerlevel

powerlevel.updateSelf(callback)

Update your internal representation of yourself

Kind: static method of powerlevel

Param Type Description
callback function The callback

powerlevel.stop()

Stop the plugin prior to exit or reload

Kind: static method of powerlevel