modules/CommandTissJoin.py
authorSomeone <someone@somenet.org>
Thu, 25 Aug 2022 20:39:03 +0000 (22:39 +0200)
committerSomeone <someone@somenet.org>
Thu, 25 Aug 2022 20:39:03 +0000 (22:39 +0200)
modules/CommandTissJoin.py

index a799aa659ae3a9be62eb11d475d4026a947a4bec..b299d88fa9d62bcd9b38038fb8dd5f948f6f196e 100644 (file)
@@ -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)