summaryrefslogtreecommitdiff
path: root/matrix.js
diff options
context:
space:
mode:
Diffstat (limited to 'matrix.js')
-rw-r--r--matrix.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/matrix.js b/matrix.js
index d024641..2318693 100644
--- a/matrix.js
+++ b/matrix.js
@@ -54,7 +54,7 @@ const client = sdk.createClient({
message = event.event.content.formatted_body.split("</mx-reply>")[1];
}
- if (message.startsWith(".") && !message.startsWith("..") && message.trim() !== ".") {
+ if (message.startsWith(".") && !message.startsWith("..") && message.trim() !== "." && message.trim() !== ".c.") {
let command;
try {