torontocrypto / borgil

Extensible network bot written in Node.js. Currently supports IRC and Telegram.
3 stars 6 forks source link

Plugin refactor #38

Closed saltire closed 6 years ago

saltire commented 6 years ago

The list of plugins to activate now comes directly from the config file: no need to edit a list of function calls in borgil.js. This will require updates to some configs, since plugins must now be explicitly mentioned in the plugins section. Just put an empty entry if necessary; see the example configs.