diff options
author | dipesh <dipesh@lappy.(none)> | 2011-10-08 16:31:01 +0100 |
---|---|---|
committer | dipesh <dipesh@lappy.(none)> | 2011-10-08 16:31:01 +0100 |
commit | 17033910747e0e2a5d42583934fb292dd55ff599 (patch) | |
tree | 317eb0fbd133cdf6a04dc9f98a1a986f7ad74dbf | |
parent | 65dd5bdc27d21d51b2280e97e106fba16c0aed35 (diff) | |
download | manamarket-17033910747e0e2a5d42583934fb292dd55ff599.tar.gz manamarket-17033910747e0e2a5d42583934fb292dd55ff599.tar.bz2 manamarket-17033910747e0e2a5d42583934fb292dd55ff599.tar.xz manamarket-17033910747e0e2a5d42583934fb292dd55ff599.zip |
oops
-rwxr-xr-x | main.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -48,7 +48,7 @@ def process_whisper(nick, msg, mapserv): if user != -10: if int(user.get("accesslevel")) == -1: # A user who has been blocked for abuse. - if int(user.get("used_slots")) == 0 and int(user.get("money")) == 0: + if int(user.get("used_stalls")) == 0 and int(user.get("money")) == 0: mapserv.sendall(whisper(nick, "You can no longer use the bot. If you feel this is in error, please contact" + config.admin)) return allowed_commands = ['!money', '!help', '!getback', '!info' ] |