You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 16, 2021. It is now read-only.
After net-splits the bot can end up losing its operator status.
Caveats:
Some channels the bot is NOT operator (ex. LVL1, so it should recognize this and not constantly try to op itself)
After the bot re-ops itself it should re-initiate an operator check for other users in the channel.
Possibly could be triggered by one (or more) of the following methods:
Attempt to perform an operator only task, and get denied. Ex. try to op another user, and get rejected.
-- Issues: Could have multiple false flags in channels where the bot is not supposed to be operator.
Have a background process check the bot's status every X minutes.
-- Issues: Constantly checking
-- Benefits: Could also perform other "status" checks, for instance make sure the bot is connected to the server, make sure the bot is operator, maybe every X hours check the operator status of other users and adjust as necessary.
The text was updated successfully, but these errors were encountered:
so that the bot only tries to op itself in authorized channels, or
realizes after a failed op attempt that it does not have authority to
self-op in certain channels.
so that the bot only tries to op itself in authorized channels, or
realizes after a failed op attempt that it does not have authority to
self-op in certain channels.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
After net-splits the bot can end up losing its operator status.
Caveats:
Possibly could be triggered by one (or more) of the following methods:
-- Issues: Could have multiple false flags in channels where the bot is not supposed to be operator.
-- Issues: Constantly checking
-- Benefits: Could also perform other "status" checks, for instance make sure the bot is connected to the server, make sure the bot is operator, maybe every X hours check the operator status of other users and adjust as necessary.
The text was updated successfully, but these errors were encountered: