diff --git a/calc.py b/calc.py index eeb236b..2f86151 100644 --- a/calc.py +++ b/calc.py @@ -56,7 +56,7 @@ def on_calc_command(sender, args): msg(sender, "&cYou are not a player!" % sender) return True - toggle(sender, calc_users, name = "Calc") + toggle(sender, calc_users) save_json_file("calc", calc_users) status = "enabled" if uid(sender) in calc_users else "disabled" diff --git a/main.py b/main.py index 5fa92d6..951206f 100644 --- a/main.py +++ b/main.py @@ -47,7 +47,8 @@ shared["load_modules"] = [ "abot", "forcefield", "damnspam", - "check" + "check", + "imout" ] shared["modules"] = {} for module in shared["load_modules"]: