Hi! I'm a driver in the Wi-Fi Room currently working on implementing tags for our room's hangmans.
I went to go test out adding a tag with /hangman addtag Pichu, cute and received the error "Term pichu not found." even though Pichu is definitely in our room's list of words.
So I ran the commands:
/hangman addrandom Pichu, Pokémon
/hangman addtag Pichu, cute
just to make sure the term was in there before the tag was added, and I still received the same error. Is this a bug or a misunderstanding on my end of the syntax: /hangman addtag [word], [...tags]
EDIT: After more testing, it looks like the addtag function has problems with hangman terms that contain capitalization anywhere or are more than one word long.
/hangman addtag Pichu, cute worked after the term pichu was deleted and then added again with: /hangman addrandom pichu, Pokémon
Similarly, /hangman addtag cute charm, cute worked after the command /hangman addrandom cutecharm, Pokémon Ability but not after any of the following:
/hangman addrandom cute charm, Pokémon Ability
/hangman addrandom CuteCharm, Pokémon Ability
/hangman addrandom Cutecharm, Pokémon Ability
/hangman addrandom cuteCharm, Pokémon Ability
BUG STATUS: FIXED by Mia