(This could be a double post)
Have you considered a !reply command? For quick replies to whispers, also incase someone with a weird name whispers you.
Well, it could be done, when using the !whisper command we can store the target as a variable to use with !reply <message>
btw, is it possible to log/send to irc all the messages mentioning the character's name? can this be added?
Yes, its possible.
But I need to fix all the bugs first, clean up the code, and make sure everything runs smoothly before adding more features.
Revision 52 should be stable for usage
I've been running it for 2 hours without issues, I've whispered people and written to party chats while watching movies, so no issues on my end.
I've been up for 30 hours, so I might have missed stuff, gonna recheck everything tomorrow.
Irc logs connection info and "rawmessages" to the IrcLog.Log file in the plugin folder. Check that file if you have connection issues.
The first exception happens because I call something before its assigned, it won't stop the plugin from working, but it may confuse some. Just don't worry about it.
Code:
[12:47:09 PM:902] [12:47 PM] [IrcChatError] Object reference not set to an instance of an object. : Monitor_634680172188203125
So my priority is from top to bottom.
Clean up useless, inefficient code
Better exception handling
Better logging
A list of Nicknames to use when connecting instead of 1.
More detailed connection details when connecting and rejoining after a kick.
Add better security for those who uses that feature.
!reply <message>
Notifications when players name is mentioned in chosen chats.
Requests that come in after this post.