diff options
author | dipesh <dipesh@lappy.(none)> | 2011-10-25 12:22:29 +0100 |
---|---|---|
committer | dipesh <dipesh@lappy.(none)> | 2011-10-25 12:22:50 +0100 |
commit | ad94a72d77b5228153f9cb7006b6aca2d265a89f (patch) | |
tree | 1d1571dba033257daf1268fc0e51ff0515d60a4b | |
parent | 060f0523436e8cb206f463b78ba5e7e60a28babc (diff) | |
download | manamarket-ad94a72d77b5228153f9cb7006b6aca2d265a89f.tar.gz manamarket-ad94a72d77b5228153f9cb7006b6aca2d265a89f.tar.bz2 manamarket-ad94a72d77b5228153f9cb7006b6aca2d265a89f.tar.xz manamarket-ad94a72d77b5228153f9cb7006b6aca2d265a89f.zip |
oops.
-rwxr-xr-x | main.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -276,7 +276,7 @@ def process_whisper(nick, msg, mapserv): item_info = sale_tree.get_uid(uid) if item_info == -10: - mapserv.sendall(whisper(nick, "Item not found. Please check the uid number and try again.")) + mapserv.sendall(whisper(nick, "Item not found. Please check the uid number and try again.")) return weight = ItemDB.item_names[int(item_info.get('itemId'))].weight*int(item_info.get("amount")) |