Skip to content

Commit 0de0a5b

Browse files
committed
Retire worldofwarcraft and minecraft_bukget to the pit of abandoned plugins
1 parent 7e29dfc commit 0de0a5b

3 files changed

Lines changed: 3 additions & 339 deletions

File tree

plugins/minecraft_bukget.py

Lines changed: 0 additions & 173 deletions
This file was deleted.

plugins/password.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,9 @@ def password(text, notice):
3030
except ValueError:
3131
length = 12
3232

33+
if length > 50:
34+
notice("Maximum length is 50 characters.")
35+
3336
# add alpha characters
3437
if "alpha" in text or "letter" in text:
3538
okay += list(string.ascii_lowercase)

plugins/worldofwarcraft.py

Lines changed: 0 additions & 166 deletions
This file was deleted.

0 commit comments

Comments
 (0)