hangoutsbot/hangoutsbot

Web Interface needs to be integrated in core code.

Open

#474 aberto em 8 de jan. de 2016

Ver no GitHub
 (2 comments) (0 reactions) (0 assignees)Python (278 forks)batch import
enhancementhelp wanted

Métricas do repositório

Stars
 (575 stars)
Métricas de merge de PR
 (Nenhuma PRs mesclada em 30d)

Description

Manager.py should be renamed webserver and integrated in the bot's code.

The code is not optimised as a plugin. when you unload or reload the plugin, the webserver just keeps running. It will also be more logical to put it in the core code. This way we can make it possible for plugins to register with the webserver.

Guia do colaborador