Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Verbosity of the bot #11

Open
chibiskuld opened this issue Sep 29, 2018 · 0 comments
Open

Verbosity of the bot #11

chibiskuld opened this issue Sep 29, 2018 · 0 comments
Labels
enhancement New feature or request
Projects

Comments

@chibiskuld
Copy link

There are two major issues I saw

  • the bot doesn't print relavant information regarding the bot state. Nothing to confirm it is operating, or what steps it took to get there.
  • the bot prints out every message it receives, it seems that it is only needs to print out commands.

I implimented a "-q" on my version that allows the bot to print nothing using the code:

    if "-q" in sys.argv:
        f = open(os.devnull, 'w')
        sys.stdout = f
@Steffey Steffey added enhancement New feature or request and removed enhancement New feature or request labels Sep 29, 2018
@AngeloDanducci AngeloDanducci added this to Backlog in Matrix Bot Oct 3, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Matrix Bot
  
Backlog
Development

No branches or pull requests

2 participants