[mIRCStats parser configuration file] // File information (these lines are shown in mIRCStats) [File Description] ircle (united states) [Author] nate (speeddemosarchive.com) // Allowed variables are: // // Single-word variables: // %nick%, %nick2%, %addr%, %channelname%, %monthname%, %ampm%, %anyword% // // Numeric variables: // %hour%, %minute%, %second%, // %day%, %month%, %year%, %anynum% // // Multi-word variables (only one allowed per line): // %text%, %mode%, %anytext% // Main rules: // - Variables have to be delimited by some non-variable characters like [%hour%:%minute%] // (unless they are fixed length ones like %2hour% (2-digit numeric hour). // - You can only use one multi-word variable per line. // - Don't use the same variable multiple times on any line. // - Use "Test Parser" option to verify your new parsing rules ("Log parser"-settings page). // - Check mIRCStats help for more info ("Setting options/Log parser") // ----------------Parser configuration rules start here------------------------------- // timestamp parsing rules: [timestamp] %hour%:%2minute% %ampm%: %hour%:%2minute%:%2second% %ampm%: %2hour%:%2minute% %ampm%: %2hour%:%2minute%:%2second% %ampm%: // Parsing patterns in order of probability: [Normal line] %nick%: %text% [Action] %nick% %text% [Mode change] Mode change "%mode% %text%" on %channelname% by %nick% Mode change "%mode%" on %channelname% by %nick% [Join] %nick% (%addr%) has joined channel %channelname% [Part] %nick% has left channel %channelname% %nick% has left channel %channelname% (%text%) [Quit] Signoff: %nick% (%text%) [Session Start] Log file opened at: %month%/%day%/%2year% %hour%:%2minute%:%2second% %ampm% Log file opened at: %2month%/%2day%/%2year% %2hour%:%2minute%:%2second% %ampm% [Skip] // skip close message at 00:00:00 (Daily logs) to prevent empty day appearing in the stats Log file closed at: %month%/%day%/%2year% 12:00:00 AM Log file closed at: %2month%/%2day%/%2year% 12:00:00 AM Log file closed at: %month%/%day%/%2year% 12:00 AM Log file closed at: %2month%/%2day%/%2year% 12:00 AM [Session Close] Log file closed at: %month%/%day%/%2year% %hour%:%2minute%:%2second% %ampm% Log file closed at: %2month%/%2day%/%2year% %2hour%:%2minute%:%2second% %ampm% [Channelname] #%channelname%: %anytext% [Rename] %nick% is now known as %nick2% [Topic change] %nick% has set the topic on channel %channelname% to %text% [Kick] %nick% has been kicked off channel %channelname% by %nick2% (%text%) [Skip] // skip these unused lines Channel mode is %anytext% Channel created at %anytext% Topic for %channelname%: %anytext% Topic for %channelname% set by %anytext% -*%anytext% *%anytext% --> %anytext% // If you use %monthname% in your parser configuration // you need to define 12 month strings that are converted // into a month number here [Month names] Jan Feb Mar Apr May Jun Jul Aug Sep Oct Nov Dec