HOW TO USE: Bits designed to be customized to your needs: knobs/config.py << Edit you postgres db connection info, bot command prefix, etc. knobs/router.py << The central command router. Write or pull in your custom commands here. commands/* << A directory to house command scripts that you can import into router.py To run: Configure your bits mentioned above Start your local postgres server and your instance of logbot or logbot-multiple-channels-corrected ./main.py CAVEATS: Designed to communicate with a LOCAL Postgres server only, not remote. (Feel free to extend this to add that capability, however)