Skip to content

Verbosity of the bot #11

Open
Open
@chibiskuld

Description

@chibiskuld

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions