I have a bot currently for Minecraft that outputs text like this:
(MCName) messagetext
etc etc
It would be nice to allow the bot to check for any messages by this bot and then subsequently skip that first site of parentheses so it can read commands normally.
Nope, there would be no way for it to tell the difference between users, they would all be recognized as your bot since he would be the one actually talking.
To make an interface where it could tell the difference between users and have it be able to message them all individually you will need to implement a console interface with the Plugin SDK.
I could probably also implement some type of generic console plugin that could be interacted with over it's own socket or via the bot's remote port; then your bot could relay messages to/from the bot that way.
You can also contact me via email or instant messenger, links are at the bottom of this post.
It will only do fixed strings, not regex/wildcards. I was thinking originally that (MCName) was like your server name instead of individual nicks for some reason, so RemovePreText probably won't work for you.
You can also contact me via email or instant messenger, links are at the bottom of this post.