From 891cc670cbd8da86c865aca602a73a8ee8372bd1 Mon Sep 17 00:00:00 2001 From: Dipesh Amin Date: Wed, 31 Aug 2011 23:59:02 +0100 Subject: ooops level 20 wasn't being shown --- main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.py b/main.py index 602afeb..2bafa40 100755 --- a/main.py +++ b/main.py @@ -140,7 +140,7 @@ def process_whisper(nick, msg, mapserv): mapserv.sendall(whisper(nick, "Use !add to tell me which items I should trade for you:")) mapserv.sendall(whisper(nick, "For example !add 10 1000 Iron Ore would tell me to sell 10 [@@640|Iron Ore@@] for a price of 1000 gp")) mapserv.sendall(whisper(nick, "Later you can whisper me !money to get back your money. In the example given, I'd give you 10*1000 = 10000gp")) - elif int(user.get('accesslevel')) == 20: + if int(user.get('accesslevel')) == 20: mapserv.sendall(whisper(nick, "You're my master! How should I serve you?")) mapserv.sendall(whisper(nick, "You also have access to the following commands: !listusers, !setslots , !setaccess , !adduser ")) -- cgit v1.2.3-60-g2f50