diff --git a/evennia/players/bots.py b/evennia/players/bots.py index feb488b07..c415b78c6 100644 --- a/evennia/players/bots.py +++ b/evennia/players/bots.py @@ -372,7 +372,7 @@ class RSSBot(Bot): RuntimeError: If `ev_channel` does not exist. """ - if not _RSS_EMABLED: + if not _RSS_ENABLED: # The bot was created, then RSS was turned off. Delete ourselves. self.delete() return