Petbot/modules
megaproxy e920503dbd Fix \!backup command not working - module loading issue
Fixed BackupCommands module not being loaded into the bot system:
- Added BackupCommands to modules/__init__.py imports and __all__ list
- Added BackupCommands to module loading in run_bot_with_reconnect.py
- Fixed constructor signature to match BaseModule requirements

All 5 backup commands now properly registered and available to admin users:
- \!backup - Create manual database backups
- \!restore - Restore from backup files
- \!backups - List available backups
- \!backup_stats - Show backup system statistics
- \!backup_cleanup - Clean up old backups based on retention policy

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

Co-Authored-By: Claude <noreply@anthropic.com>
2025-08-01 15:03:15 +00:00
..
__init__.py Fix \!backup command not working - module loading issue 2025-08-01 15:03:15 +00:00
achievements.py Add unified navigation bar to all webserver pages 2025-07-15 16:59:16 +01:00
admin.py Clean up IRC command architecture and eliminate redundancy 2025-07-17 17:00:06 +00:00
backup_commands.py Fix \!backup command not working - module loading issue 2025-08-01 15:03:15 +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 Integrate pet fainting tracking into battle system 2025-07-16 11:32:38 +00:00
connection_monitor.py Clean up IRC command architecture and eliminate redundancy 2025-07-17 17:00:06 +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 Implement comprehensive pet healing system with revive items and database support 2025-07-16 11:32:01 +00:00
npc_events.py Add comprehensive NPC events system with community collaboration 2025-07-16 11:34:01 +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