←  Programs

ComputerCraft | Programmable Computers for Minecraft

»

#computercraft Irc Monitor - See Whats Hap...

Wojbie's Photo Wojbie 08 Nov 2013

#Computercraft IRC Monitor - See Whats Happening In Irc While in Minecraft! v1

#Computercraft IRC Monitor Allows you to see whats happening on irc chat from any computer in minecraft. (Requires http api to work)

Download Here: http://pastebin.com/aF7ajzYR
Or ingame by using command:
pastebin get aF7ajzYR irc
(requires http-api to be active)

Features List:
  • Prints out current discussion happening on #Computercraft IRC channel.
  • Ability to filter out pointless information (login/logout ect) leaving only talk. Simply add "-f" as argument for program.
  • Timezone Support. You can set time offset down to minutes! (zone table in program)
  • If provided with username and side will emit 1 sec redstone pule when said username gets pinged.
  • Supports Colors any type of computers/turtles and cooperates realy well with monitor program.
Here we see program run using monitor program
Posted Image
And on computers
Posted Image
Posted Image

Ping reaction username/side can be eather provied as arguments (irc username side) or edited into file in user and userSide locals. Argument provided info overwrites edited info.
Filter argument "-f" can be added between username/side par or after it but not in middle.


Change-log:
Spoiler

Plans For Future:
Spoiler

Any Comment and Suggestions how to improve Code are appreciated.
Edited by wojbie, 08 November 2013 - 10:03 AM.
Quote

Zudo's Photo Zudo 08 Nov 2013

Cool
Quote

Agoldfish's Photo Agoldfish 08 Nov 2013

Awesome. This is like the Friends Overlay mod, lol.
Quote

TheOddByte's Photo TheOddByte 08 Nov 2013

Really nice, I LOL:ed so hard when reading what was printed on the monitor xD

@Agoldfish How is this like the Friends Overlay mod? :P
Quote

Agoldfish's Photo Agoldfish 08 Nov 2013

View PostHellkid98, on 08 November 2013 - 04:50 PM, said:

Really nice, I LOL:ed so hard when reading what was printed on the monitor xD

@Agoldfish How is this like the Friends Overlay mod? :P
Well, I gives you updates on Social Media, that is basically what FO does.
Quote

Wojbie's Photo Wojbie 08 Nov 2013

View PostHellkid98, on 08 November 2013 - 04:50 PM, said:

Really nice, I LOL:ed so hard when reading what was printed on the monitor xD

@Agoldfish How is this like the Friends Overlay mod? :P

Had like 15 screenshots decided this conversation was worth been posted ;p
Quote

Dragon53535's Photo Dragon53535 09 Nov 2013

Just a question, is there a way to edit the program to access other IRC's?
Quote

Wojbie's Photo Wojbie 09 Nov 2013

I can modify it to show any irc channel from this list:
http://sbnc.khobbits.co.uk/log/logs/

In later version i plan to add channel selector.

So unless your channe is on that list then sorry nope.
Edited by wojbie, 09 November 2013 - 05:16 PM.
Quote

distantcam's Photo distantcam 09 Nov 2013

Woah, that's pretty cool!

How do you get this to show on a different monitor?
Quote

Wojbie's Photo Wojbie 09 Nov 2013

View Postdistantcam, on 09 November 2013 - 09:29 PM, said:

Woah, that's pretty cool!

How do you get this to show on a different monitor?

I use program monitor - its build in the computercraft

Per example this will run irc on monitor right from computer
monitor right irc
And this will run in on monitor_5 somewhere in network
monitor monitor_5 irc
Quote

Agoldfish's Photo Agoldfish 22 Jan 2014

I didn't like this when it first came out, because I thought IRC was dumb, but now I have it in like every computer I have. Plus 1 for you sir. :D
Quote

Coderforlife's Photo Coderforlife 23 Jan 2014

Thats a nice program! I will try this out as soon I finish my new Programm ;)
Quote

Waitdev_'s Photo Waitdev_ 12 Sep 2015

what if you could send messages aswell? that would be cool
Quote

Wojbie's Photo Wojbie 12 Sep 2015

Sadly this program is read chat only. But there was a program for full irc interaction somewhere on this forms.
Edited by Wojbie, 16 January 2016 - 07:17 PM.
Quote