Skip to content

jmazon/parse-irclog

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Parse::IRCLog -- parse internet relay chat logs

This module provides a simple framework to parse IRC logs in arbitrary
formats.

A parser has a set of regular expressions for matching different events
that occur in an IRC log, such as "msg" and "action" events. Each line
in the log is matched against these rules and a result object,
representing the event stream, is returned.

The rule set, described in greated detail below, can be customized by
subclassing Parse::IRCLog. In this way, Parse::IRCLog can provide a
generic interface for log analysis across many log formats, including
custom formats.

About

perl library to parse IRC logs

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Perl 100.0%