This release is probably for newbies and those who don't have any skills @ C#
I made it pretty fast, however. I tested it and it's fully functional without any issues.
Features:
- Responds instantly to PMs (according to answers you put)
- is Away (which sends a certain message which you assign, once you check the box. it'll send the message to anyone who pms you)
- Logs messages in a ListView
- Clear Chat Log & Clear Log
If there were any issues, please report and I'll check it.
How to use?
=> In config folder, you'll find a ini file called "pmslist" aka Private Messages List, it contains every single message you put.
It's done like this:
Code:
[PM1] Message=hey // lowercase for message is a must Answer=Hi [PM2] Message=hello // lowercase for message is a must Answer=Hey
You should also find Away Message which you can assign if u want to use that feature.
ini File:
Code:
// It'll check the messages from the start, basically if a player pm'ed you with "bitch" it'll respond. but if he pm'ed you with "please" it won't respond. And it'll respond to the entire message // Please use lowercase @ Message, you can use uppercase & lowercase in answers. (So that you don't have to copy the same pm many times) [Config] PrivateMessagesNumber=3 [AwayMessage] Message=I'm currently away, do not PM me again, please. [PM1] Message=hello Answer=Hey [PM2] Message=bitch please Answer=LOL [PM3] Message=suo Answer=LNher
Virus Scan(for some people

Thanks to:
for telling me how to use ListViewThat's about it, like I said above. If you faced any issues, do not hesitate to report me and I'll check it as soon as possible. Thank you!






