From a35f9cae813b8ffcc213129c7af44f9d3498b79c Mon Sep 17 00:00:00 2001
From: Someone <someone@somenet.org>
Date: Mon, 10 Jan 2022 17:27:25 +0100
Subject: [PATCH] modules/TACommandWipeChannel.py

---
 modules/TACommandWipeChannel.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/modules/TACommandWipeChannel.py b/modules/TACommandWipeChannel.py
index 5a105e8..4bb0cc6 100644
--- a/modules/TACommandWipeChannel.py
+++ b/modules/TACommandWipeChannel.py
@@ -19,7 +19,7 @@ class TACommandWipeChannel(AbstractCommand):
 
         u = self.bot.api.get_user_by_username(data["text"].strip(), exc=False)
         if data["text"].strip() in ["--really-all", "--system"] and not u:
-            request.cmd_respond_text_temp("### parameter must be '--really-all', '--system' or a valid username. :(")
+            request.respond_cmd_err("``/"+self.TRIGGER+"`` parameter must be '--really-all', '--system' or a valid username.")
             return
 
         # needs indirection. see iterators.
-- 
2.43.0