fleaz / CptHook

Receive webhooks from different applications and post them to IRC channels

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Better module loading

fleaz opened this issue · comments

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!