This is a read-only snapshot of the ComputerCraft forums, taken in April 2020.
spyman68's profile picture

Nova IRC

Started by spyman68, 24 March 2013 - 11:57 AM
spyman68 #1
Posted 24 March 2013 - 12:57 PM
This is an IRC thing that was made by Alakazard12 but most ideas were by me.
Screenies
Spoiler
So type pastebin get x92jnZpA install
then run install and it installs the program!
Now, if you didn't know IRC is an international computer network of Internet servers, using its own protocol through which individual users can hold real-time online conversations.
Our program is very much like an IRC, we have a GUI that you can type in and send messages, you can type /help for all the commands, you can type /nick [new nickname] to rename yourself, you can type /channel to see what channel you are in, you can type /who to see who is in the room.To use it you run the installer, then run 'irc' then type in a channel number (4 digits is max), type in a nickname(12 chars is max), then click connect. You will be brought into an IRC chat where it will tell you who's on (It says who's on by saying they joined), then you are free to type to your friends!
martin509 #2
Posted 24 March 2013 - 02:06 PM
Looking at the code it seems to be pretty nice.
Still, have a description. Plenty of people don't know what IRC is.
spyman68 #3
Posted 25 March 2013 - 12:32 AM
Looking at the code it seems to be pretty nice.
Still, have a description. Plenty of people don't know what IRC is.
Sorry Im not a very good explainer, I might get Alakazard12 to write up a description for me to post here.
theoriginalbit #4
Posted 25 March 2013 - 12:49 AM
Looking at the code it seems to be pretty nice.
Still, have a description. Plenty of people don't know what IRC is.
Sorry Im not a very good explainer, I might get Alakazard12 to write up a description for me to post here.
define:IRC
alakazard12 #5
Posted 25 March 2013 - 02:04 AM
Added auto-updater.
alakazard12 #6
Posted 25 March 2013 - 03:08 AM
Added scrolling ability.
superaxander #7
Posted 26 March 2013 - 08:56 AM
You showed me this on CCU this is just awesome.
spyman68 #8
Posted 26 March 2013 - 10:26 AM
Thank you, we appreciate you'r support.
alakazard12 #9
Posted 26 March 2013 - 10:30 AM
Bump
remiX #10
Posted 26 March 2013 - 11:59 AM
Try add capability for live servers :o/>
Too many rednet irc's :P/>
alakazard12 #11
Posted 26 March 2013 - 12:27 PM
This is really kinda a simple program to test my GUI API. It didn't take long to make.