summaryrefslogtreecommitdiff
path: root/main.py
AgeCommit message (Expand)AuthorFilesLines
2011-09-11Add a new eliza bot.Dipesh Amin1-4/+5
2011-09-09Add information about weight to !identify and !listusers.Dipesh Amin1-2/+8
2011-09-09Add a command to identify who is selling an item.Dipesh Amin1-0/+21
2011-09-09A few ChangesDipesh Amin1-2/+12
2011-09-05filter punctuationDipesh Amin1-0/+1
2011-09-05Add a chatbot for unrecognised responses.Dipesh Amin1-1/+4
2011-09-05Stop people from buying there own items.Dipesh Amin1-0/+4
2011-09-05Lets a lvl 10 user use the !listusers command.Dipesh Amin1-3/+3
2011-09-05Fix a method for crash.Dipesh Amin1-8/+9
2011-09-04change name from isclean to errorOccured.Dipesh Amin1-6/+6
2011-09-04oopsDipesh Amin1-0/+1
2011-09-04Add stricter checking for the !money action.Dipesh Amin1-2/+10
2011-09-03Oops, for the crazy messages, if all chars are filtered.Dipesh Amin1-0/+2
2011-09-03Change this back for now, until I can figure out the exact behavior.Dipesh Amin1-6/+1
2011-09-03neaterDipesh Amin1-1/+1
2011-09-03Filter allowed whisper characters to only ones that can be used in names.Dipesh Amin1-2/+9
2011-09-02zero amount in add commandDipesh Amin1-0/+3
2011-09-02A few things.Dipesh Amin1-4/+5
2011-09-02Improving !helpStefan Beller1-2/+5
2011-09-01FixesDipesh Amin1-1/+2
2011-09-01If it's not going to add the item, lets make sure it cancels the trade beforeDipesh Amin1-0/+4
2011-09-01urghDipesh Amin1-1/+2
2011-09-01oops and again for moneyDipesh Amin1-2/+2
2011-09-01add something to logging.Dipesh Amin1-1/+1
2011-09-01oops quite a big one also had some duplication.Dipesh Amin1-5/+5
2011-09-01Add more logging to the item add process...and cancel on an unknown add respo...Dipesh Amin1-2/+7
2011-09-01Teeny oversight with help - if a non-added player typed it, would of locked up.Dipesh Amin1-8/+9
2011-09-01oopsDipesh Amin1-1/+1
2011-08-31ooops level 20 wasn't being shownDipesh Amin1-1/+1
2011-08-31add command !tradestateDipesh Amin1-0/+14
2011-08-31Minor help grammar corrections.Dipesh Amin1-4/+4
2011-08-30Respond "No" to incoming trade requests.Dipesh Amin1-0/+1
2011-08-28Add a message for an unrecognised command.Dipesh Amin1-0/+2
2011-08-25Remove some surpurfulous code - the else: item_id == 0 would never be called.Dipesh Amin1-5/+2
2011-08-25Add a specific message for when a user adds money to a !add request.Dipesh Amin1-1/+5
2011-08-24Set a max on the price.Dipesh Amin1-2/+2
2011-08-24ooopsStefan Beller1-1/+1
2011-08-24Adding !list for blocked users; introduce config.adminStefan Beller1-3/+3
2011-08-24blocked users done rightStefan Beller1-0/+1
2011-08-24Revert "Prevent blocked users from buying items."Stefan Beller1-4/+0
2011-08-24improve blocked usersStefan Beller1-0/+4
2011-08-24Prevent blocked users from buying items.Dipesh Amin1-0/+4
2011-08-24Let a blocked user retrieve items/money.Dipesh Amin1-3/+4
2011-08-24Further clean up, also fixed a tiny bug (wrong variable name).Dipesh Amin1-28/+8
2011-08-24oopsDipesh Amin1-1/+1
2011-08-23Add some code to prevent problems with the !add command.Dipesh Amin1-0/+7
2011-08-23Move inventory check to player.py and remove prettyprintxml()Dipesh Amin1-24/+6
2011-08-22Pretty horrible bug, was altering the inventory state when checking.Dipesh Amin1-1/+1
2011-08-22More cleanup.Dipesh Amin1-12/+2
2011-08-22Edit some of the help.Dipesh Amin1-7/+9