summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordipesh <dipesh@lappy.(none)>2011-10-25 12:22:29 +0100
committerdipesh <dipesh@lappy.(none)>2011-10-25 12:22:50 +0100
commitad94a72d77b5228153f9cb7006b6aca2d265a89f (patch)
tree1d1571dba033257daf1268fc0e51ff0515d60a4b
parent060f0523436e8cb206f463b78ba5e7e60a28babc (diff)
downloadmanamarket-ad94a72d77b5228153f9cb7006b6aca2d265a89f.tar.gz
manamarket-ad94a72d77b5228153f9cb7006b6aca2d265a89f.tar.bz2
manamarket-ad94a72d77b5228153f9cb7006b6aca2d265a89f.tar.xz
manamarket-ad94a72d77b5228153f9cb7006b6aca2d265a89f.zip
oops.
-rwxr-xr-xmain.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/main.py b/main.py
index 6145572..5a5d382 100755
--- a/main.py
+++ b/main.py
@@ -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"))