Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-09-19 | Update items.xml. | dipesh | 1 | -10/+119 | |
2011-09-11 | few changes | Dipesh Amin | 1 | -3/+4 | |
2011-09-11 | Add a new eliza bot. | Dipesh Amin | 2 | -332/+376 | |
- set the trade timeout to 2 mins also. | |||||
2011-09-09 | Add information about weight to !identify and !listusers. | Dipesh Amin | 2 | -3/+12 | |
2011-09-09 | Add a command to identify who is selling an item. | Dipesh Amin | 1 | -0/+21 | |
This is an admin command to be used when someone is selling something at a joke price, or something that will be too heavy. This is mainly so even people who can't read the logs can help to stop people from missusing it. | |||||
2011-09-09 | A few Changes | Dipesh Amin | 3 | -5/+15 | |
- Log the name of the seller in the sale.log - Give some of the bot stats for the !listusers command. - Fix the sell chatbot response. | |||||
2011-09-09 | Reduce the interval for the shop emote to 2 minutes. | Dipesh Amin | 1 | -1/+1 | |
2011-09-05 | more chat | Dipesh Amin | 1 | -0/+1 | |
2011-09-05 | add help response | Dipesh Amin | 1 | -0/+1 | |
2011-09-05 | filter punctuation | Dipesh Amin | 1 | -0/+1 | |
2011-09-05 | Teeny changes. | Dipesh Amin | 1 | -4/+4 | |
2011-09-05 | Add a chatbot for unrecognised responses. | Dipesh Amin | 2 | -1/+330 | |
2011-09-05 | Stop people from buying there own items. | Dipesh Amin | 1 | -0/+4 | |
2011-09-05 | Lets a lvl 10 user use the !listusers command. | Dipesh Amin | 1 | -3/+3 | |
2011-09-05 | Fix a method for crash. | Dipesh Amin | 1 | -8/+9 | |
2011-09-04 | change name from isclean to errorOccured. | Dipesh Amin | 1 | -6/+6 | |
2011-09-04 | oops | Dipesh Amin | 1 | -0/+1 | |
2011-09-04 | Add stricter checking for the !money action. | Dipesh Amin | 2 | -3/+11 | |
I've added an inventory_check call to the end of the "Trade complete" packet, to make sure the trader state is consistent after each transaction! | |||||
2011-09-03 | A space should not be filtered lol. | Dipesh Amin | 1 | -1/+1 | |
2011-09-03 | Oops, for the crazy messages, if all chars are filtered. | Dipesh Amin | 1 | -0/+2 | |
2011-09-03 | Change this back for now, until I can figure out the exact behavior. | Dipesh Amin | 1 | -6/+1 | |
2011-09-03 | neater | Dipesh Amin | 1 | -1/+1 | |
2011-09-03 | Filter allowed whisper characters to only ones that can be used in names. | Dipesh Amin | 2 | -2/+11 | |
Also add some protection for the !money command, if an item_add fails, the trade shouldn't be set as complete. | |||||
2011-09-02 | zero amount in add command | Dipesh Amin | 1 | -0/+3 | |
2011-09-02 | A few things. | Dipesh Amin | 1 | -4/+5 | |
- Allow someone with access level 10 to add users (for gm's) - Add another line to the seller help for !getback. - Change the message for when the wrong item or amount is added. - Allow more than one arrow at a time to be added ;) | |||||
2011-09-02 | Improving !help | Stefan Beller | 1 | -2/+5 | |
2011-09-01 | Fixes | Dipesh Amin | 2 | -2/+6 | |
2011-09-01 | remove storage struct | Dipesh Amin | 1 | -1/+0 | |
2011-09-01 | tab->space | Stefan Beller | 1 | -1/+1 | |
2011-09-01 | If it's not going to add the item, lets make sure it cancels the trade before | Dipesh Amin | 1 | -0/+4 | |
it can be accepted. Hopefully we can figure out what is wrong with this, but leave this their for now, so the bot doesn't "scam" people. | |||||
2011-09-01 | replace tabs by spaces | Stefan Beller | 1 | -2/+2 | |
2011-09-01 | urgh | Dipesh Amin | 1 | -1/+2 | |
2011-09-01 | oops and again for money | Dipesh Amin | 1 | -2/+2 | |
2011-09-01 | add something to logging. | Dipesh Amin | 1 | -1/+1 | |
2011-09-01 | oops quite a big one also had some duplication. | Dipesh Amin | 1 | -5/+5 | |
2011-09-01 | Add more logging to the item add process...and cancel on an unknown add ↵ | Dipesh Amin | 1 | -2/+7 | |
response. | |||||
2011-09-01 | Teeny oversight with help - if a non-added player typed it, would of locked up. | Dipesh Amin | 1 | -8/+9 | |
2011-09-01 | oops | Dipesh Amin | 1 | -1/+1 | |
2011-08-31 | ooops level 20 wasn't being shown | Dipesh Amin | 1 | -1/+1 | |
2011-08-31 | add command !tradestate | Dipesh Amin | 1 | -0/+14 | |
2011-08-31 | Minor help grammar corrections. | Dipesh Amin | 1 | -4/+4 | |
2011-08-30 | remove unneeded line. | Dipesh Amin | 1 | -2/+1 | |
2011-08-30 | Respond "No" to incoming trade requests. | Dipesh Amin | 1 | -0/+1 | |
2011-08-28 | Add a message for an unrecognised command. | Dipesh Amin | 1 | -0/+2 | |
2011-08-26 | Remove some no-longer needed variables. | Dipesh Amin | 1 | -6/+0 | |
2011-08-26 | Make sure the ID provided is of the type wanted: default to player. | Dipesh Amin | 1 | -2/+2 | |
Incase someone has the same name as an npc in the room. | |||||
2011-08-25 | Remove some surpurfulous code - the else: item_id == 0 would never be called. | Dipesh Amin | 1 | -5/+2 | |
2011-08-25 | Add a specific message for when a user adds money to a !add request. | Dipesh Amin | 1 | -1/+5 | |
2011-08-24 | Set a max on the price. | Dipesh Amin | 1 | -2/+2 | |
2011-08-24 | ooops | Stefan Beller | 1 | -1/+1 | |