blizzy78 Posted December 2, 2013 Author Share Posted December 2, 2013 Hmm, I'd rather make it so that users joining/parting will be ignored, if everyone is okay with that. Personally I don't have any use for a new color signaling "user joins/parts, but no new messages yet." Link to comment Share on other sites More sharing options...
Commissioner Tadpole Posted December 2, 2013 Share Posted December 2, 2013 Well, the IRC site uses it. When an user joins/parts but no new messages arrive, the tab glows green.Also, the next update should allow you to select users from the user list and start a private chat with them. Because I noticed I was unable to do that. Link to comment Share on other sites More sharing options...
blizzy78 Posted December 2, 2013 Author Share Posted December 2, 2013 Well, the IRC site uses it. When an user joins/parts but no new messages arrive, the tab glows green.Every client does it differently.Also, the next update should allow you to select users from the user list and start a private chat with them.It's on my to-do list Link to comment Share on other sites More sharing options...
ExEvolution Posted December 8, 2013 Share Posted December 8, 2013 Hmm, I'd rather make it so that users joining/parting will be ignored, if everyone is okay with that. Personally I don't have any use for a new color signaling "user joins/parts, but no new messages yet."An option for it would be greatAlso I don't know if you're going to fix it already, but the resize image for the cursor doesn't display properly. Link to comment Share on other sites More sharing options...
Keloooe_Pest Posted December 9, 2013 Share Posted December 9, 2013 Hey blizzy, great mod! Works perfectly, aweseom for the long and boring burn times! Link to comment Share on other sites More sharing options...
Calabus Posted December 10, 2013 Share Posted December 10, 2013 OK....i'm having issues getting this to work with Twitch. Maybe I am doing it wrong...well pretty sure I'm doing it wrong. Here is what I am trying to do and how it is setup.-I am broadcasting my game on Twitch with the username..lets say MrKerbal (I have not launched the game yet)-I launch the site http://twitchapps.com/tmi/ to generate a chat password-My KSPIRC file is then edited as below to include the password// Configure IRC server settings in this file.//// NOTE: This is just a first version of the plugin. Later versions will feature// some sort of settings dialog rather than editing a config file.// uncomment and configure the following lineshost = irc.twitch.tvport = 6667nick = MrKerbalserverPassword = oauth:MY_GENERATED_TWITCH_PASSWORD// the following can be useful when using a bouncer// (optional, not needed for regular IRC server connections)//user = <server user account name>//serverPassword = <server user account password>// uncomment the following line to see client-server communication in the debugging channeldebug = true// you may delete the following line if you configured the above correctly// dummy=dummyI then launch my game. If I look in the log of the IRC app I see that I have authenticated to twitch. I then join my channel #MrKerbal. It says I have joined the channel but I see no info as to the mode I have joined in the log. I assume I just created a new channel and didn't actually join my streaming Twitch channel. Typing in either Twitch chat on the web nor in the IRC app yield any communication at all. I assume I am just going about this all wrong. Any help fellow Kerbians? TIACal Link to comment Share on other sites More sharing options...
ExEvolution Posted December 11, 2013 Share Posted December 11, 2013 OK....i'm having issues getting this to work with Twitch. Maybe I am doing it wrong...well pretty sure I'm doing it wrong. Here is what I am trying to do and how it is setup.-I am broadcasting my game on Twitch with the username..lets say MrKerbal (I have not launched the game yet)-I launch the site http://twitchapps.com/tmi/ to generate a chat password-My KSPIRC file is then edited as below to include the password// Configure IRC server settings in this file.//// NOTE: This is just a first version of the plugin. Later versions will feature// some sort of settings dialog rather than editing a config file.// uncomment and configure the following lineshost = irc.twitch.tvport = 6667nick = MrKerbalserverPassword = oauth:MY_GENERATED_TWITCH_PASSWORD// the following can be useful when using a bouncer// (optional, not needed for regular IRC server connections)//user = <server user account name>//serverPassword = <server user account password>// uncomment the following line to see client-server communication in the debugging channeldebug = true// you may delete the following line if you configured the above correctly// dummy=dummyI then launch my game. If I look in the log of the IRC app I see that I have authenticated to twitch. I then join my channel #MrKerbal. It says I have joined the channel but I see no info as to the mode I have joined in the log. I assume I just created a new channel and didn't actually join my streaming Twitch channel. Typing in either Twitch chat on the web nor in the IRC app yield any communication at all. I assume I am just going about this all wrong. Any help fellow Kerbians? TIACalChannel name should be all lower case, twitch IRC does not play nicely when you include capital letters Link to comment Share on other sites More sharing options...
Calabus Posted December 11, 2013 Share Posted December 11, 2013 I think I tried that as well, but I will give it another shot. Thanks Link to comment Share on other sites More sharing options...
Calabus Posted December 11, 2013 Share Posted December 11, 2013 Welp...did a quick test and yes indeed that fixed it. i swear i tried that several times before, but who knows. Thanks for the help ExEvolution!! Link to comment Share on other sites More sharing options...
blizzy78 Posted December 11, 2013 Author Share Posted December 11, 2013 Internet Relay Chat Plugin 0.6.2 is now available for download, integrating my Toolbar Plugin. Link to comment Share on other sites More sharing options...
ExEvolution Posted December 12, 2013 Share Posted December 12, 2013 Thanks for the update, can I request a small feature in the next version?A default channel to join after connecting to the server Link to comment Share on other sites More sharing options...
blizzy78 Posted December 12, 2013 Author Share Posted December 12, 2013 A default channel to join after connecting to the serverPlease feel free to comment on this issue: https://github.com/blizzy78/ksp_irc/issues/5 Link to comment Share on other sites More sharing options...
blizzy78 Posted December 17, 2013 Author Share Posted December 17, 2013 Internet Relay Chat Plugin 0.6.3 is now available for download, having been updated to Toolbar Plugin 1.2.0 and KSP 0.23.0. Link to comment Share on other sites More sharing options...
Playful1510 Posted December 21, 2013 Share Posted December 21, 2013 (edited) Channel name should be all lower case, twitch IRC does not play nicely when you include capital lettersI tried this as I had the same problem as Calabus, but it did not fix my issue.The .cfg is:// Configure IRC server settings in this file.//// NOTE: This is just a first version of the plugin. Later versions will feature// some sort of settings dialog rather than editing a config file.// uncomment and configure the following lineshost = irc.twitch.tvport = 6667nick = playful1510serverPassword = oauth:[real oauth here]// the following can be useful when using a bouncer// (optional, not needed for regular IRC server connections)//user = // uncomment the following line to see client-server communication in the debugging channeldebug = true// you may delete the following line if you configured the above correctlydummy=dummy Edited December 21, 2013 by Playful1510 Link to comment Share on other sites More sharing options...
Playful1510 Posted December 21, 2013 Share Posted December 21, 2013 Never mind, I had to select my channel as #playful1510 instead of just playful1510. Thanks! Link to comment Share on other sites More sharing options...
Commissioner Tadpole Posted December 27, 2013 Share Posted December 27, 2013 First of all, sorry for the bump.Second of all, blizzy, please work soon on a way to stop the IRC from giving up when it tries to reconnect but fails. My internet got this tendency to crash a LOT, and since the IRC gives in easily, the IRC mod often ends up being useless. Link to comment Share on other sites More sharing options...
ShadowDragon8685 Posted February 11, 2014 Share Posted February 11, 2014 Does the IRCinKSP mod support multiple IRC servers? Link to comment Share on other sites More sharing options...
blizzy78 Posted February 11, 2014 Author Share Posted February 11, 2014 Not at this time. Link to comment Share on other sites More sharing options...
Khatharr Posted February 27, 2014 Share Posted February 27, 2014 Hey, blizzy. Thanks for the plugin. I haven't read the whole thread, so I don't know if it's been mentioned, but if you hide and then re-show the user list the window size gets larger horizontally. I'm not that great with C# yet, but I think it's just the way the Unity window works. I found a workaround for it by adding rect.width = screen.width / 2; in the if-block for the show-hide button in IRCWindow::drawChannelButtons(). The window still gets wider if you show the user list, but when you hide the list it gets smaller, so you can't toggle it a few times and end up with a window that's wider than the screen anymore. Link to comment Share on other sites More sharing options...
Bizz Keryear Posted June 6, 2014 Share Posted June 6, 2014 Just saying that spaceport is down and curse is the new official mod site ... would be cool if I could download this mod Link to comment Share on other sites More sharing options...
blizzy78 Posted June 6, 2014 Author Share Posted June 6, 2014 Right, I should be uploading it on my own server. Thanks for reminding me. Link to comment Share on other sites More sharing options...
Fire-Dragon-DoL Posted June 22, 2014 Share Posted June 22, 2014 Thanks blizzy, I definitely would love to see this plugin too. Link to comment Share on other sites More sharing options...
blizzy78 Posted July 2, 2014 Author Share Posted July 2, 2014 I've updated the OP to provide a new download location. Link to comment Share on other sites More sharing options...
WololoW Posted July 18, 2014 Share Posted July 18, 2014 Will this be updated too blizzy78? You were very fast with Toolbar and Precise Node on this patch! Much appreciated! Link to comment Share on other sites More sharing options...
blizzy78 Posted July 18, 2014 Author Share Posted July 18, 2014 Yes, I'll be providing an update soon. Link to comment Share on other sites More sharing options...
Recommended Posts