PDA

View Full Version : MacRumors IRC Channel (#MacRumors)




MacRumors
Jun 8, 2003, 09:48 PM
With the World Wide Developers conference quickly approaching, we've opened an IRC (Internet Relay Chat) Channel to provide live-chat/discussion on the rumors surrounding WWDC.

For the past few major Apple events, we've opened channels to accomodate the additional traffic and discussion, with our last event (http://www.macrumors.com/pages/2003/04/20030428141644.shtml) in April, drawing a record crowd.

This time, however, the channel will remain open... beyond WWDC, and should provide ongoing discussions year-round.

For those with their own IRC Clients, the MacRumors channel is on irc.krono.net on channel #macrumors.

For readers who are new to IRC, we offer a customized OpenMac client (http://www.ircandy.com/openmac/) named MRChat. MRChat provides readers with a simple Mac OS X IRC client which will automatically connect to the proper server and channel. which can be downloaded here:

MRChat v1.0.2 (http://www.macrumors.com/downloads/MRChat1.0.2.zip)

For more information on IRC: The IRC Prelude (http://www.irchelp.org/irchelp/new2irc.html)



Freg3000
Jun 8, 2003, 10:03 PM
Cool. I have never used and IRC, but I guess this will give me a reason. I am downloading now. :)

I can see myself spending a lot of time there.......

StarmanDeluxe
Jun 8, 2003, 10:11 PM
I can't get in :\

retaks
Jun 8, 2003, 10:14 PM
Are there any other IRC chat's that are just for mac rumors and info?

andrewlandry
Jun 8, 2003, 10:15 PM
i love it. great idea and implimentation :)

MrMacMan
Jun 8, 2003, 10:30 PM
Hm... I never used that client before... intresting... ;)

I'm there now, who has ops, or admin powers?

Same as on the forums?

I see AFK's and no one is kicking...?

edit: All dead links? (http://www.macrumors.com/irc/)

I guess arn didn't have the time yet, oh well.

Thanks for the IRC channel. :)

A@ron
Jun 8, 2003, 10:33 PM
I got in with my iBook, but then the fiance kicked me off of it for solitare! Now on my powermac it will not work... I get the enjoy your stay message but thats it... oh well :)

A@ron

::nevermind it just took forever::

benoda
Jun 8, 2003, 10:35 PM
How about a channel on EFNET?

jamilecrire
Jun 8, 2003, 11:03 PM
It is so funny to me that getting files on a Mac is not so different from any other Unix.

Very cool. I cannot believe how things are changing with OS X and Linux making such inroads into not only corporate systems but consumer as well.

Most may not realize it but the whole processor world is up for grabs. Intel is pushing Itanium, AMD is pushing Opteron, Apple (hopefully) is pushing 970s, IBM will be pushing 970s, Sun is still overcharging for Ultra's (anyone bitching about apple prices needs to go buy a Blade 2000, then talk to me about over priced).

Apple has the opportunity to be the leader like they haven't had since the 8088 started kicking the 6502. Focus on more than the consumer/media markets please. If apple would do one thing it would be to chip in on some of these big games development companies to release the games on Mac first and delay the Windows versions. Every kid I've known doesn't buy a PC for all the work they can do for school, they buy them for the games. When you get them at a young age they prefer to stick with what they know.

Get the games, get the kids, own the future. Apple can succeed, they just need the vision.

MrMacMan
Jun 9, 2003, 12:41 AM
I'd like to say sorry to arn, sorry about that...

If anyone doesn't know, I'm banned, sorry people, have fun. :(

I didn't mean any harm, totally my fault though.

MrMacMan.

trebblekicked
Jun 9, 2003, 01:57 AM
thanks for doing this. everything's working great now (from what i can see). i downloaded the new client, and it's rather nice.

i guess my productivity will be even lower now. good timing, though, with 970's around the corner, that'll just about balance out:)...

whfsdude
Jun 9, 2003, 02:46 AM
Feature Request: It needs spell check (like iChat) for my dyslexic ass :D

RandomMacGuy
Jun 9, 2003, 03:39 AM
If you're like me, and you think all OS X GUI IRC clients to date suck hard, try this:

download/install screen
download/install irssi
run screen
run irssi
press ctrl-A + D
type `screen -R`

see? fun. now you can idle on IRC 24/7

- RMG

maradong
Jun 9, 2003, 03:41 AM
good idea to keep it open year-round.

bousozoku
Jun 9, 2003, 10:14 AM
Originally posted by MrMacman
I'd like to say sorry to arn, sorry about that...

If anyone doesn't know, I'm banned, sorry people, have fun. :(

I didn't mean any harm, totally my fault though.

MrMacMan.

You were banned temporarily. I lifted it since then.

The rules are posted now for everyone to see as they enter.

timb
Jun 9, 2003, 11:33 AM
*sigh* This means I have to sit on ANOTHER network, I'm already on Undernet, efnet, 757, Newnet and Freenode, should have just picked Freenode, it has tons of Mac chans on it. Ehhh anyway, bout time!

-Tim

MrMacMan
Jun 9, 2003, 04:55 PM
- No Warez/Requests/Pirating/SNs


I get all execpt 'SN's' What is that?

Flowbee
Jun 9, 2003, 05:03 PM
Originally posted by MrMacman
I get all execpt 'SN's' What is that?

Serial numbers (or serialz)

Mudbug
Jun 11, 2003, 12:58 AM
I've been enjoying the IRC all day, in and out. Can't believe I haven't been doing this before now, but oh well.

The instant feedback is nice, like on a MacWorld day or something... and it's just a random Tuesday with 13 or so days to go (not that I'm counting... :)).

Hes Nikke
Jun 19, 2003, 06:21 PM
Originally posted by RandomMacGuy
If you're like me, and you think all OS X GUI IRC clients to date suck hard, try this:<snip>
- RMG

it's not desinged for you. it's not even desigined to be IRC! it's a chat program that happens to use a subset of the IRC protocal, making it easy for newbies to get into the chat!

Originally posted by whfsdude
Feature Request: It needs spell check (like iChat) for my dyslexic ass :D

here is the code for arn:

add the following to ChatWindowController.m in - (void)applicationWillTerminate:
[[NSUserDefaults standardUserDefaults] setBool:
[chatInputField isContinuousSpellCheckingEnabled] forKey:@"SpellCheckInputLine"];


add the following to ChatWindowController.m in - (void)awakeFromNib

[chatInputField setContinuousSpellCheckingEnabled:[[NSUserDefaults standardUserDefaults]
boolForKey:@"SpellCheckInputLine"]]; // set the proper spell checking state


now add the floowing to the defaultKeys NSArray in Prefcontroler.m

@"SpellCheckInputLine", // spell check


and lastly add this to the defaultValues NSArray in at the same location as aboce PrefsController.m

[NSNumber numberWithBool:YES], // SpellCheckInputLine


i don't know what took me so long to add that to the source tree.. as it is, it's only in the bleeding edge, cvs code of ThinkSecret Chat (http://sourceforge.net/projects/tschat) (wich will eventualy get merged into OpenMac for arn or anyone else to do as they see fit ;))

snackdog
Jul 2, 2003, 09:52 AM
My domain name server can't resolve irc.krono.net. What's its IP address?

zach
Oct 2, 2003, 07:53 PM
i like this channel.

I spend WAYYYY too much time on it.


But the point of this post was that the stats (some rather funny, actually) are posted at http://lithium.tecknohost.com/~macrumors/

i'm zach.

Knox
Oct 16, 2003, 06:16 AM
Changes in MRChat v1.0.1, released 2003/10/15 :

Base code updated to OpenMac 2.0.2
Bug fixed : MRChat now displays part messages when no reason is given
Feature : When the channel is moderated (ie when a transcript of an event is taking place) MRChat now ignores all non-essential messages (join/part/nick/mode/kick)
Several error messages cleaned up and clarified

encro
Mar 2, 2004, 10:33 AM
My domain name server can't resolve irc.krono.net. What's its IP address?

There are 3 IP's to choose from:

199.173.10.13
67.38.129.93
66.236.208.164

encro
Mar 2, 2004, 10:36 AM
A brilliant IRC client is Colloquy (http://www.javelin.cc/colloquy/index.html). The latest beta's are really well designed, fast and stable. Thanks to kenshin on the #camino channel (irc.mozilla.org) for putting me on to this one.

virividox
Jun 28, 2004, 10:33 AM
love it, but im sad il be sleeping when its all being released hehe

Mechcozmo
Jan 11, 2005, 01:51 AM
YAY!

Another great way to blow time on MacRumors... :D

MacRy
Jan 11, 2005, 06:51 AM
I double click on it and Stuffit starts up but just spins the beachball until I force quit it :confused:

edesignuk
Jan 11, 2005, 06:58 AM
I double click on it and Stuffit starts up but just spins the beachball until I force quit it :confused:
That's a problem with stuffit, see here (http://forums.macrumors.com/showthread.php?t=104089&highlight=stuffit) for a resolution.

MacRy
Jan 11, 2005, 07:29 AM
That's a problem with stuffit, see here (http://forums.macrumors.com/showthread.php?t=104089&highlight=stuffit) for a resolution.

Dude you rock! And your birds fit! I know she isn't really your bird but i'm giving you that dream for helping me out ;)

YoYoMac
Jan 11, 2005, 08:36 AM
Can someone please do a short walk thru of what the crap I'm supposed to do to get into this thing? I downloaded IRC, now I'm stuck. Is anyone going to be at MSWF and telling us whats going on? If not, then youdon't have to tell me how to get on. :)

Knox
May 25, 2005, 02:49 PM
New version of MRChat (1.0.2)

Changes


Further clean up of error messages & IRC messages
Improved handling of live events - if the channel user limit has been reached MRChat now automatically redirects to an alternative server
Updated server list


Any problems let me know :)

buryyourbrideau
May 25, 2005, 03:15 PM
very very cool

will use it frequently and everyone should too

:D

wdlove
May 25, 2005, 04:08 PM
This sounds like a good think. Should now even be better with an update. Thank you Knox for your hard work. ;)

zach
May 25, 2005, 04:13 PM
Please do come in, we're a very nice closeknit community. There's about 20 or so regulars in there, and you're much more likely to get a response instantly there :D

wrldwzrd89
Sep 14, 2005, 06:41 AM
I have not been able to get in for several months now...it seems to connect OK but won't let me join the chat room.

I checked the krono.net site, and all the stats are 0 at the moment...and have been ever since this started.

0 servers, 0 channels, 0 users

840quadra
Sep 14, 2005, 06:58 AM
hmm.
<EDIT>

It was the room that was hard to get into not the IRC channel.. nevermind
:eek:

JW8725
Sep 14, 2005, 07:20 AM
A brilliant IRC client is Colloquy (http://www.javelin.cc/colloquy/index.html). The latest beta's are really well designed, fast and stable. Thanks to kenshin on the #camino channel (irc.mozilla.org) for putting me on to this one.

I agree with this fella, use colloquy its a fine bit of software!

wdlove
Sep 14, 2005, 11:48 AM
Please do come in, we're a very nice closeknit community. There's about 20 or so regulars in there, and you're much more likely to get a response instantly there :D

I've just downloaded IRC. Dragged anded dropped the icon in Applications. So far very slow to respond. It keeps timing out. Beachball.

wdlove
Sep 14, 2005, 05:44 PM
I have not been able to get in for several months now...it seems to connect OK but won't let me join the chat room.

I checked the krono.net site, and all the stats are 0 at the moment...and have been ever since this started.

0 servers, 0 channels, 0 users

Thank you, at least I know that it isn't a problem on my end. Please let me know when it's working. The I will give it a try again. ;)