Documentation: Ignore By Gender


Ignore by gender

You can ignore opponents by gender. This way they won't show up as "looking" for you at all.

For now you can still be challenged by genders from your ignore list, but that will be fixed later.

To ignore a gender you need to add this gender to your ignore list, just like you would add a reference image.

You can use the following commands:

!set ignored_genders {gender} - to set a string of genders separated with semicolon (;)

!set add_ignored_gender {gender} - add one gender to the string, and separate it with semicolon automatically

{gender} is the gender you wish to ignore as it appears on f-list profiles.

For example:

!set add_ignored_gender Male will ignore all male characters.

If you wish to unignore a gender, you can edit ignored_genders attribute. You can in one of the two ways:

  1. Use Set ignored_genders - - this will set ignored genders to - , removing all genders. After this you can start adding genders using !set add_ignored_gender {gender} . This approach fits you if you don't want to fiddle with string formatting

  2. Or you could use !myinfo command, copy the ignored_genders attribute value, and remove a gender from there. Make sure that there are no double-semicolons, and paste the edited string back into !set ignored_genders {string} command.