You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Implement daily message limiting based on karma levels
* Add daily message count tracking to user data model
* Create message limit function based on karma thresholds:
- No limit for karma > -10
- 64 messages for karma ≤ -10 and > -20
- 32 messages for karma ≤ -20 and > -40
- 16 messages for karma ≤ -40 and > -80
- 8 messages for karma ≤ -80 and > -160
- 4 messages for karma ≤ -160 and > -320
- 2 messages for karma ≤ -320 and > -640
- 1 message for karma ≤ -640 and > -1280
- Read-only mode (0 messages) for karma ≤ -1280
* Add message limiting logic to main bot handler
* Include comprehensive test suite
Fixes#17
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <noreply@anthropic.com>
0 commit comments