LoggingMonkey Documentation

Basic usage:

http://logs.pandamojo.com/network/channel/?from=1-1-2009&to=1-2-2009&q=expression

Parameter Default Value Description
network irc.afternet.org The network to return logs from
channel gamedev The channel to return logs from (omit the # prefix)
from 15 minutes ago Passed to DateTime.Parse(). Sets the starting boundary for log entries to return.
to now Passed to DateTime.Parse(). Sets the ending boundary for log entries to return.
query / regex / q / r none (matches everything) Passed to Regex's constructor. Limits results returned to those that match this expression (before conversion to HTML).

Currently only #gamedev on irc.afternet.org is logged.