Skip to content

Commit

Permalink
switched filter over to text_no_cmd
Browse files Browse the repository at this point in the history
  • Loading branch information
LanceMaverick committed Jan 31, 2017
1 parent b710f3c commit c55d6d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion beards/sentiment/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ class SentBeard(BeardChatHandler):
('saltreport', 'report', 'Sends a detailed summary of the scores so far'),
('mysalt', 'user_report', 'Sends a distribution of your scores'),
('score', 'instant_report', 'Sends you the score of that text. Score not logged'),
(Filters.text, 'log_message_score', 'scores incoming text messages'),
(Filters.text_no_cmd, 'log_message_score', 'scores incoming text messages'),
]
__userhelp__ = """
Logging for sentiment analysis.
Expand Down

0 comments on commit c55d6d8

Please sign in to comment.