=========================================================== .___ __ __ _________________ __ __ __| _/|__|/ |_ / ___\_` __ \__ \ | | \/ __ | | \\_ __\ / /_/ > | \// __ \| | / /_/ | | || | \___ /|__| (____ /____/\____ | |__||__| /_____/ \/ \/ grep rough audit - static analysis tool v2.8 written by @Wireghoul =================================[justanotherhacker.com]=== sopel-6.6.9/sopel/tools/__init__.py-68- """ sopel-6.6.9/sopel/tools/__init__.py:69: Return a compiled rule regex, replacing placeholders for ``$nick`` and sopel-6.6.9/sopel/tools/__init__.py:70: ``$nickname`` with the values defined in the bot's config at startup. sopel-6.6.9/sopel/tools/__init__.py-71- """ ############################################## sopel-6.6.9/sopel/tools/jobs.py-197- elif delta < 0 and abs(delta) > self.interval * self.max_catchup: sopel-6.6.9/sopel/tools/jobs.py:198: # Execution of jobs is too far behind. Give up on sopel-6.6.9/sopel/tools/jobs.py-199- # trying to catch up and reset the time, so that