From f566457ea0dfb5581c60f505ebc3d4616d130832 Mon Sep 17 00:00:00 2001 From: TimJentzsch <commits@timjen.net> Date: Sat, 1 Jul 2023 00:27:38 +0200 Subject: [PATCH] Add more, and very important, unclaim phrases (#373) --- tor/core/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tor/core/__init__.py b/tor/core/__init__.py index 8f1a4df..0e4365d 100644 --- a/tor/core/__init__.py +++ b/tor/core/__init__.py @@ -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"]