Commits
- Commit:
16a10af07204a2e0d1d7d55a71ef811947791581
- From:
- Izzy Blacklock <izzyb@planetofnix.com>
- Date:
Start of a library set for accessing data on ircnow network servers
Current version connects to an botnow database and the parses the znc
log file. It can create a database table for the znc log and read
the last line from the database table. The test application parseznc.pl
does a simple dump of the parsed data file. It can skip the records
from the dump based on a passed record.
Working to abstract some of the code into a IRCNOW::ParseLog and
IRCNOW::Database library to make future log parsing tasks easier.