diff --git a/commands/enable.py b/commands/enable.py index 9078815..3fc7a2d 100644 --- a/commands/enable.py +++ b/commands/enable.py @@ -8,7 +8,7 @@ class Enable: def enable(self, addr, authed, data, obj, spl, success, failure, info, incUsage, length): if authed: if length == 2: - if not spl[1] in pool.keys(): + if not spl[1] in main.pool.keys(): failure("Name does not exist: %s" % spl[1]) return main.pool[spl[1]]["enabled"] = True