Petbot/modules
megaproxy 88e352ee79 Enhance web interface and item system with user experience improvements
- Fix \!team command to redirect to team builder web page instead of showing IRC list
- Add usage commands to inventory items showing "\!use <item name>" for each item
- Implement Coin Pouch treasure item with 1-3 coin rewards (rare drop rate)
- Fix gym badges leaderboard database query with proper COALESCE and CASE syntax
- Improve inventory item display with styled command instructions and monospace code blocks

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

Co-Authored-By: Claude <noreply@anthropic.com>
2025-07-15 20:47:37 +00:00
..
__init__.py Implement secure team builder with PIN verification system 2025-07-14 17:08:02 +01:00
achievements.py Add unified navigation bar to all webserver pages 2025-07-15 16:59:16 +01:00
admin.py Implement comprehensive rate limiting system and item spawn configuration 2025-07-15 20:10:43 +00:00
backup_commands.py Implement comprehensive rate limiting system and item spawn configuration 2025-07-15 20:10:43 +00:00
base_module.py Implement comprehensive rate limiting system and item spawn configuration 2025-07-15 20:10:43 +00:00
battle_system.py Fix exploration and battle system state management bugs 2025-07-15 16:58:18 +01:00
connection_monitor.py Implement comprehensive rate limiting system and item spawn configuration 2025-07-15 20:10:43 +00:00
core_commands.py Add unified navigation bar to all webserver pages 2025-07-15 16:59:16 +01:00
exploration.py Fix exploration and battle system state management bugs 2025-07-15 16:58:18 +01:00
gym_battles.py Fix exploration and battle system state management bugs 2025-07-15 16:58:18 +01:00
inventory.py Enhance web interface and item system with user experience improvements 2025-07-15 20:47:37 +00:00
pet_management.py Enhance web interface and item system with user experience improvements 2025-07-15 20:47:37 +00:00
team_builder.py Implement secure team builder with PIN verification system 2025-07-14 17:08:02 +01:00