Skip to content

Conversation

@konard
Copy link
Member

@konard konard commented Sep 14, 2025

Summary

  • Removed standalone karma command as requested in issue Remove karma command (info is enough) #49
  • The karma command pattern has been removed from patterns.py
  • The karma_message method has been removed from commands.py
  • The build_karma method has been removed from commands_builder.py
  • Updated documentation in README.md to remove karma command from command list
  • Updated tests to remove karma-specific test methods

Impact

  • Users can no longer use standalone karma command
  • Karma functionality is still available through the info command in chats with karma enabled
  • No impact on karma voting functionality (+, -, +[NUMBER], -[NUMBER] commands)
  • No impact on karma display in rankings (top, bottom commands)

Test plan

  • Verified that patterns.py imports without errors
  • Confirmed KARMA pattern is no longer available
  • All related code references removed
  • Documentation updated appropriately

Fixes #49

🤖 Generated with Claude Code

Adding CLAUDE.md with task information for AI processing.
This file will be removed when the task is complete.

Issue: #49
@konard konard self-assigned this Sep 14, 2025
- Remove KARMA pattern from patterns.py
- Remove karma_message method from commands.py
- Remove build_karma method from commands_builder.py
- Remove karma command registration from __main__.py
- Update documentation in README.md to remove karma command
- Update tests.py to remove karma-specific test methods
- Karma functionality is still available through the 'info' command

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

Co-Authored-By: Claude <[email protected]>
@konard konard changed the title [WIP] Remove karma command (info is enough) Remove karma command (info is enough) Sep 14, 2025
@konard konard marked this pull request as ready for review September 14, 2025 00:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Remove karma command (info is enough)

2 participants