Petbot/modules
megaproxy 8e9ff2960f Implement case-insensitive command processing across all bot modules
Added normalize_input() function to BaseModule for consistent lowercase conversion of user input. Updated all command modules to use normalization for commands, arguments, pet names, location names, gym names, and item names. Players can now use any capitalization for commands and arguments.

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-07-14 21:57:51 +01:00
..
__init__.py Implement secure team builder with PIN verification system 2025-07-14 17:08:02 +01:00
achievements.py Initial commit: Complete PetBot IRC Game 2025-07-13 23:57:39 +01:00
admin.py Initial commit: Complete PetBot IRC Game 2025-07-13 23:57:39 +01:00
base_module.py Implement case-insensitive command processing across all bot modules 2025-07-14 21:57:51 +01:00
battle_system.py Implement case-insensitive command processing across all bot modules 2025-07-14 21:57:51 +01:00
core_commands.py Update all web links to use petz.rdx4.com domain 2025-07-14 00:27:53 +01:00
exploration.py Implement case-insensitive command processing across all bot modules 2025-07-14 21:57:51 +01:00
gym_battles.py Implement case-insensitive command processing across all bot modules 2025-07-14 21:57:51 +01:00
inventory.py Implement case-insensitive command processing across all bot modules 2025-07-14 21:57:51 +01:00
pet_management.py Implement case-insensitive command processing across all bot modules 2025-07-14 21:57:51 +01:00
team_builder.py Implement secure team builder with PIN verification system 2025-07-14 17:08:02 +01:00