mayukh18 / BlindChat

a facebook messenger bot that allows users to chat with other people on facebook anonymously
https://m.me/blindchat.go/
MIT License
111 stars 127 forks source link

Improving the Alias Generator #67

Open fear-the-reaper opened 4 years ago

fear-the-reaper commented 4 years ago

Added new prefixes to _prefixes and nouns to _nouns_male, as well as added spaces between the strings. Furthermore used the shuffle method before randomly choosing a noun, prefix, or suffix so that it doesn't randomly choose from one sorted list.