From 7738d06fea85623f732390796bba0d2079a6ecef Mon Sep 17 00:00:00 2001 From: BlauFeuer Date: Mon, 20 Mar 2017 06:06:04 -0400 Subject: [PATCH] Typo in code that prevented RSS toggle off/delete --- evennia/players/bots.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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