Skip to content

Implement 'silent mode' #64

Open
Open
@rikai

Description

@rikai

A silent mode, where the bot receives commands, but does not output a response would be extremely useful for debugging things under a similar load to a real bot.

Probably one of the easiest ways to track down #61 would be to run a second bot in the same channel in this mode, so it's under similar load without interfering with the main bot's functionality.

Note: This shouldn't just neuter commands, it should try to implement as much as possible, including sending the messages, without the messages actually getting sent, to be as faithful as possible to the setup being debugged.

So maybe something that intercepts/redirects sent messages to stdout instead of irc when the event is fired or something, rather than than stopping messages from being sent at all. Feel free to sanity check me on this though, just thinking myself that the later in the process this is done, the better it will be for debugging.

Metadata

Metadata

Assignees

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions