-
Notifications
You must be signed in to change notification settings - Fork 1
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
!uptime clarification #3
Comments
Another question is how bots across multiple rooms (as supported by the major libraries) should be handled — should the uptime be counted by room or in general? |
I have used a system whereby the bot responds to !uptime with: This is much clearer and provides more information to the user. Also, the grammar should be '/me has been up since [time]'. |
This point has been addressed in #4. |
My interpretation has always been that reconnections are a regular occurrence and so should not be counted against uptime. My definition of uptime was the amount of time that the running program that runs the bot has been active. |
Hm, about the multi room issue. Judging from program start is tricky. In that case, all BotBot bots would have the same uptime. Which would be incorrect. I'm not quite sure about this. Any ideas? |
Good point. So, we should perhaps rule in favor of the in-general-and-per-room solution |
Perhaps it would be worth adding a new command? Maybe, |
Nah, this is perfectly covered by !uptime. |
Should reconnections count as interruptions of bot downtime, should they not, or should it depend on the bot's interna (like, whether it resets relevant state upon reconnections)?
[Whilst a re-connect is (pedantically speaking) an interruption of service, it is handled by most libraries to the extent the user code does not notice.]
The text was updated successfully, but these errors were encountered: