aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/plugins/exc.py4
1 files changed, 3 insertions, 1 deletions
diff --git a/tests/plugins/exc.py b/tests/plugins/exc.py
index 7e453ed..4d6b885 100644
--- a/tests/plugins/exc.py
+++ b/tests/plugins/exc.py
@@ -13,4 +13,6 @@ class Exec(Plugin):
return False
if self.event.type != "message":
return False
- return self.event.message.startswith("t") \ No newline at end of file
+ return self.event.message.startswith("t")
+
+print(1) \ No newline at end of file