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

Automatically quit if no communication is received within a configurable number of seconds #4

Closed
coddingtonbear opened this issue Jan 29, 2015 · 1 comment

Comments

@coddingtonbear
Copy link
Owner

While using this to troubleshoot an issue with my coworker, we bumped into a situation in which the IRC client appeared to not be receiving our incoming messages. I'm not exactly sure what might be the problem, but we weren't able to quit the debugger, and the test run that was ongoing was hung as a result.

Requirements:

  • Watch how long the existing connection has been open, if no messages are received within a configurable number of seconds (by default: ?60), emit a message indicating that the bot is disconnecting due to inactivity.
@coddingtonbear
Copy link
Owner Author

Added in 1.7

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant