DomenikIrrgang / ClassicLFG

LFG Tool for World of Warcraft: Classic
MIT License
23 stars 29 forks source link

Fixes a few issues including "SM" bug #82

Closed cdmichaelb closed 5 years ago

cdmichaelb commented 5 years ago

Each SM dungeon can be searched for separately now.

Due to an error in case, added string.lower() to catch more dungeon spam.

added "LF" as an option for LFM since it's commonly used.

DomenikIrrgang commented 5 years ago

The :lower on the message is not necessary as it has already been transformed to lower case before the function call. The tags for the dungeons have been modified. "LF" is also used for other stuff like "LF some1 with tailoring" and will not be included.