topbanner_forum
  *

avatar image

Welcome, Guest. Please login or register.
Did you miss your activation email?

Login with username, password and session length
  • Thursday March 28, 2024, 12:17 pm
  • Proudly celebrating 15+ years online.
  • Donate now to become a lifetime supporting member of the site and get a non-expiring license key for all of our programs.
  • donate

Author Topic: JrHourlyMarker for mirc and xchat - GOE Challenge 2007 Entry  (Read 14541 times)

mouser

  • First Author
  • Administrator
  • Joined in 2005
  • *****
  • Posts: 40,896
    • View Profile
    • Mouser's Software Zone on DonationCoder.com
    • Read more about this member.
    • Donate to Member
JrHourlyMarker for mirc and xchat - GOE Challenge 2007 Entry
« on: November 25, 2007, 11:16 PM »
I've posted one of my unofficial GOE entries here: https://www.donation...r/mircpak/index.html

It's JrHourlyMarker, a script for mirc (www.mirc.com) that adds hourly markers so you can see when messages came into your windows while keeping timestamps off.

I'm posting it mainly to encourage coders to participate once they see i am posting a script that took only a few minutes to write.

JrHourlyMarker.pngJrHourlyMarker for mirc and xchat - GOE Challenge 2007 Entry
« Last Edit: December 04, 2007, 04:38 PM by mouser »

gjehle

  • Member
  • Joined in 2006
  • **
  • Posts: 286
  • lonesome linux warrior
    • View Profile
    • Open Source Corner
    • Read more about this member.
    • Donate to Member
Re: GOE 2007 Programming Contest for November 2007
« Reply #1 on: November 26, 2007, 12:49 PM »
I've posted one of my unofficial GOE entries here: https://www.donation...r/mircpak/index.html
It's JrHourlyMarker, a script for mirc (www.mirc.com) that adds hourly markers so you can see when messages came into your windows while keeping timestamps off.

mouser forced me to port it to XChat.
I'm serious, I still have marks all over my neck from him strangling me :D

anyways, long story short, here it is:
http://mein-bowl.de/oss/xchat_hourlymark

you'll need xchat + perl
if you're on linux or mac, you might already have it
if you're on windows and you don't, check out activestate's activeperl and re-install xchat with the perl interface

app103

  • That scary taskbar girl
  • Global Moderator
  • Joined in 2006
  • *****
  • Posts: 5,884
    • View Profile
    • Donate to Member
Re: GOE 2007 Programming Contest for November 2007
« Reply #2 on: November 26, 2007, 01:06 PM »
very nice mouser & gjehle...at least once I replaced all the @'s with -'s. It was taking up 2 lines here.

gjehle

  • Member
  • Joined in 2006
  • **
  • Posts: 286
  • lonesome linux warrior
    • View Profile
    • Open Source Corner
    • Read more about this member.
    • Donate to Member
Re: GOE 2007 Programming Contest for November 2007
« Reply #3 on: November 27, 2007, 02:14 AM »
very nice mouser & gjehle...at least once I replaced all the @'s with -'s. It was taking up 2 lines here.

The beauty of scripts, easy to modify :-)
That's one of the reasons I chose Perl script over C plugin for implementation