Skip to topic | Skip to bottom
Home
Sysadmin
Sysadmin.IrcLogsr1.3 - 22 Mar 2004 - 13:35 - ChrisCtopic end
You are here: Sysadmin > IrcLogs

Start of topic | Skip to actions

IRC Logs

Some notes on logs for IRC meetings.

Generating HTML Logs

(add a link here to a perl script... irc2html...)

Anonomising logs

Clients such as IRSSI (see IrssiHowTo) can be set up to log but they log IP addresses of remoted users so to anonomise the logs do this:

  
    $ sed -i 's/\[[^]]*@[^]]*\]/[anon@localhost]/g' filename

Or in vim:

  
    :1,$s/\[[^]]*@[^]]*\]/[anon@localhost]/g

See also: IrssiHowTo#Anonomising_Logging

-- ChrisC - 21 Mar 2004
to top


You are here: Sysadmin > IrcLogs

to top

Copyright © 1999-2008 by the contributing authors.
All material on this collaboration platform is the property of the contributing authors.
Ideas, requests, problems regarding this tool? Send feedback (in English, Francais, Deutsch or Dutch).