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
There should be a list of "Approved Users" for whom certain commands are allowed. There should therefore be a UserCapability class which supports a approved_user? class method, so that when I pass a nickname into the #approved_user? method, it returns true if the user is approved, false otherwise.
The text was updated successfully, but these errors were encountered:
There should be a list of "Approved Users" for whom certain commands are allowed. There should therefore be a
UserCapability
class which supports aapproved_user?
class method, so that when I pass a nickname into the#approved_user?
method, it returns true if the user is approved, false otherwise.The text was updated successfully, but these errors were encountered: