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
When any user uses /invites on the robot, the robot joins the room automatically. Even if the living room did not configure in the robot.
In some cases, this attitude was not wanted.
How can you prevent unconfigured rooms from being joined?
Maybe a boolean ChannelRestrict option in irc.Client (server, nick [, options])?
Something that at the 'join' event checks, if this is a channel allowed by configuration if the ChannelRestrict option is set to true?
*Same thing when an IRC operator uses a SAJOIN
The text was updated successfully, but these errors were encountered:
When any user uses /invites on the robot, the robot joins the room automatically. Even if the living room did not configure in the robot.
In some cases, this attitude was not wanted.
How can you prevent unconfigured rooms from being joined?
Maybe a boolean ChannelRestrict option in irc.Client (server, nick [, options])?
Something that at the 'join' event checks, if this is a channel allowed by configuration if the ChannelRestrict option is set to true?
*Same thing when an IRC operator uses a SAJOIN
The text was updated successfully, but these errors were encountered: