From edf10bb5bb3e0de082523ad5289148f82c63089a Mon Sep 17 00:00:00 2001
From: Someone <someone@somenet.org>
Date: Thu, 25 Aug 2022 22:39:03 +0200
Subject: [PATCH] modules/CommandTissJoin.py

---
 modules/CommandTissJoin.py | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/modules/CommandTissJoin.py b/modules/CommandTissJoin.py
index a799aa6..b299d88 100644
--- a/modules/CommandTissJoin.py
+++ b/modules/CommandTissJoin.py
@@ -55,6 +55,6 @@ class CommandTissJoin(AbstractCommand):
 
 
         if result == "":
-            request.respond_cmd_err("``/"+self.TRIGGER+"`` failed to detect any courses.")
-
-        request.respond_cmd_temp("## :white_check_mark: Success! :)\n#### Results..."+result)
+            request.respond_cmd_err("``/"+self.TRIGGER+"`` failed to detect any courses. Did you really copy/paste a german tiss-course-favorites table?")
+        else:
+            request.respond_cmd_temp("## :white_check_mark: Success! :)\n#### Results..."+result)
-- 
2.43.0