fleaz / CptHook

Receive webhooks from different applications and post them to IRC channels
MIT License
17 stars 8 forks source link

Better module loading #14

Closed fleaz closed 5 years ago

fleaz commented 5 years ago

The loading of the modules in the main.go file is very redundant and could probably be written in a better way. Especially if the number of modules increases this code will become a mess.

Help very appreciated!