pouët.net

irc log offline reader

category: general [glöplog]
 
Hi, I do not want you will going to guess about me I use this forum as some "helpdesk" but I would like to know if here exist any decent offline irc logs reader, i am handing from shell account on some dev channels as "idlebot", and of course the most interesting things are debated while i am off, soo, I began log these channel, now I am looking any decent for reading and finding inside those logs, if any nice exist ie for windows then help me please, thank you
added on the 2009-09-17 13:59:32 by lilibox lilibox
F3 works for me :)
added on the 2009-09-17 13:59:55 by Gargaj Gargaj
i decided to do not add some rules determining something like quality of answer, i see i was wrong when i do not published them at end of first post :-)
added on the 2009-09-17 14:06:18 by lilibox lilibox
"I don't mean to use this forum to find recipies for cookies, but does anyone have a recipie for cookies?" ;)
added on the 2009-09-17 14:06:21 by gloom gloom
lilibox: but seriously, what else do you need than a textviewer? :o
added on the 2009-09-17 14:22:10 by Gargaj Gargaj
something allows me to change log files, like day by day and filtering nick and URLs
added on the 2009-09-17 14:34:53 by lilibox lilibox
Quote:
something allows me to change log files

forgery is bad, young man!
added on the 2009-09-17 14:44:58 by decipher decipher
@Decipher> i mean easy way change viewing log files, i do not want often open load file request dialog anf choose for next log file
added on the 2009-09-17 15:27:58 by lilibox lilibox
grep. Seriously.

I know that by saying that I've immediately marked myself out as a crusty bearded Linux zealot, but this really is a "teach a man to fish" thing: spend a few hours learning the basics of grep, tail, less and UNIX pipes, and you'll be able to search and read IRC logs much more effectively than any point-and-click Windows app. And it'll be useful for doing other stuff too.

(Get cygwin if you need it, but since you mention having a shell account, I suspect you have everything you need already)
added on the 2009-09-17 17:30:18 by gasman gasman
For a windows grep tool with a GUI, I'm quite satisfied with this.
added on the 2009-09-17 21:20:27 by stijn stijn
wow. "only 129€".
The trial is pretty much unlimited and feature-complete ;)
added on the 2009-09-17 22:04:25 by stijn stijn
notepad ffs
added on the 2009-09-17 22:07:59 by maali maali
Gargaj actually won this thread with his first reply :)
added on the 2009-09-17 23:34:18 by すすれ すすれ
cat * | less
added on the 2009-09-18 00:06:40 by Claw Claw
tail -n100 logfile.log
/me points at Insectecutor and macaw, chanting "crusty bearded Linux zealot"
added on the 2009-09-18 12:01:10 by gasman gasman
I use bip (a bouncer : http://bip.t1r.net/) and the backlogging feature is quite cool.
added on the 2009-09-19 11:42:16 by wullon wullon
find ~/.purple -type f -print | xargs awk '/[a-zA-Z0-9]:/ { print $0 }'
added on the 2009-09-19 12:08:08 by _-_-__ _-_-__

login