diff --git a/index.html b/index.html
index 75685ca..e640bb6 100644
--- a/index.html
+++ b/index.html
@@ -6040,6 +6040,8 @@
Your Characters
|| /\bi'm sorry.+(appropriate|acceptable)\b/.test(t)
|| /\bi apologi[zs]e.+(appropriate|acceptable)\b/.test(t)
|| /\b(i (can't|cannot) (assist|help)( you|) with that)\b/.test(t)
+ || /\b(i'm |)sorry, i (can't|cannot)\b/.test(t.slice(0, 50))
+ || /\bunfortunately,? i (can't|cannot)\b/.test(t.slice(0, 50))
}
async function messageEditButtonClickHandler(e) {