From 6d45b84243f283b40c69d621564fa80cb4e7e08e Mon Sep 17 00:00:00 2001 From: deathbybandaid Date: Fri, 6 May 2022 10:23:19 -0400 Subject: [PATCH] test --- sopel_SpiceBot_Core_Prerun/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sopel_SpiceBot_Core_Prerun/__init__.py b/sopel_SpiceBot_Core_Prerun/__init__.py index e8d5a6d..eff9c57 100644 --- a/sopel_SpiceBot_Core_Prerun/__init__.py +++ b/sopel_SpiceBot_Core_Prerun/__init__.py @@ -22,7 +22,7 @@ def prerun(): print([ line.strip().split()[0] for line in source[:index].strip().splitlines() - if line.strip()[0] == "@" + if line.strip()[0:4] == "\"\"\"{" ]) # Since there was more than one command,