-
-
Notifications
You must be signed in to change notification settings - Fork 409
Closed
Labels
EasyfixBugs or Tweaks that are easy for a new contributor to fix or implementBugs or Tweaks that are easy for a new contributor to fix or implementFeatureLow Priority
Description
The problem
Users might set their pronouns by mistake or just to test the functionality and then they are stuck.
The solution
Add an "unsetpronouns" that deletes pronoun information for the nick.
Something like this might work.
@plugin.command('unsetpronouns')
def unset_pronouns(bot, trigger):
bot.db.delete_nick_value(trigger.nick, 'pronouns')Metadata
Metadata
Assignees
Labels
EasyfixBugs or Tweaks that are easy for a new contributor to fix or implementBugs or Tweaks that are easy for a new contributor to fix or implementFeatureLow Priority