edwardslabs / CloudBot

CloudBot - The simple, fast, expandable, open-source Python IRC Bot!
GNU General Public License v3.0
28 stars 31 forks source link

password.py fix #100

Closed linuxdaemon closed 7 years ago

linuxdaemon commented 7 years ago

This fixes a few issues with the password command, including attempting to use random.choice() and random.shuffle() rather than gen.choice() and gen.shuffle(), unnecessary list() calls, and broken help text