Works just fine with cyrillics. That's the plugin I was waiting for. At last I can chat remotely. Thank you very much!
- Alternate Nickname if the first is not available. - a tracking window what happens in the irc console. if you got kicked from server cauz of exceed flood, see the retrys if you do extreme log intro irc, HB breaks after a while and windows exit it. doesnt happen if you plugin is disabled.
Hello I have a problem i have set everything in plugin but it somehow doesn't connect to the server/channell.
Ye, I fixed reconnecting on kick/disconnect I believe. I'll see what I can do to log IRC specific stuff. There was an issue with the pulse code I had, that has been removed. I'm currently running the latest (revision 47, may show as 46 in the log window) I have SendDelay off Extreme Logging on It doesn't crash for me, I got kicked from my own server but I fixed that with some configurations in the server.
ok run it now with "SendDelay off" and "Extreme Logging on" ... at the moment it runs 30 Minutes well.
The most recent version got more checks for the connection, try running that. Well, its a beta, sometimes I commit something that isn't release ready, if there are commit messages its usually working as intended
Whispering doesn't seem to work ingame... HB States [Whisper] Sending: to (whisper target) but doesn't actually seem to happen ingame, or atleast can't whisper self.
Ye when I was testing this earlier I had some issues with double logging, the IrcLog wrote one message, and the HBLog wrote another, which lead to the IrcLog writing a 3rd message So I added this check, that basically prevents the logs from showing your own messages. If you use the plugin to chat with people it can get annoying when it logs the stuff you write, mixed in with the text other players write. Code: if (args.Args[1].ToString() == StyxWoW.Me.Name) return; Edit: Tested it now, and the latest version logs chat messages properly.
Its a setting in the config, most settings are off by default, so that you don't start spamming a channel before you've made the necessary changes.
I've already modified the config settings to log Say and Whisper. (Config was the first thing I checked) however no luck. I'll keep poking around.
Just noticed this error. Not sure what it means. Code: [12:47:09 PM:902] [12:47 PM] [IrcChatError] Object reference not set to an instance of an object. : Monitor_634680172188203125
(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.
btw, is it possible to log/send to irc all the messages mentioning the character's name? can this be added?
Well, it could be done, when using the !whisper command we can store the target as a variable to use with !reply <message> 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.