forked from rjbs/Parse-IRCLog
-
Notifications
You must be signed in to change notification settings - Fork 1
perl library to parse IRC logs
License
jmazon/parse-irclog
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
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 0
No packages published
Languages
- Perl 100.0%