Skip to content
This repository has been archived by the owner on Sep 21, 2023. It is now read-only.

Commit

Permalink
Add more, and very important, unclaim phrases (#373)
Browse files Browse the repository at this point in the history
  • Loading branch information
TimJentzsch authored Jun 30, 2023
1 parent ec7bcbb commit f566457
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tor/core/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,4 +66,4 @@ def __get__(self, obj: Any, _type: Any = None) -> Any:

CLAIM_PHRASES = ["claim", "dibs", "clai", "caim", "clam", "calim", "dib"]
DONE_PHRASES = ["done", "deno", "doen", "dome", "doone"]
UNCLAIM_PHRASES = ["unclaim", "cancel", "unclai"]
UNCLAIM_PHRASES = ["unclaim", "cancel", "unclai", "claimn't", "undibs"]

0 comments on commit f566457

Please sign in to comment.