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,