[mIRCStats parser configuration file] // File information (these lines are shown in mIRCStats) [File Description] Excursion script [Author] Ave // 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%%2ampm%] [%hour%:%2minute%%2ampm%] [%anynum%:%4anyword%] // Parsing patterns in order of probability: [Normal line] «%1anyword% %nick% » %text% «%1anyword% %nick%» %text% «%nick%» %text% « %nick% » %text% <%nick%> %text% <%nick%> %text% [Action] * %nick% %text% [Mode change] %nick% sets mode: %mode% %text% [Join] Joins: %nick% (%addr%) %anytext% [Part] Parts: Muffo_ (~Muffo@c210-49-163-137.chirn1.vic.optusnet.com.au) «5 users » Parts: %nick% (%addr%) (%text%) Parts: %nick% (%addr%) %anytext% [Quit] Quits: %nick% (%addr%) (%text%) [Session Start] Session Start: %anyword% %monthname% %day% %hour%:%minute%:%second% %year% Session Start: %anyword% %monthname% %day% %hour%:%minute%:%second% %year% [Session Close] Session Close: %anyword% %monthname% %day% %hour%:%minute%:%second% %year% Session Close: %anyword% %monthname% %day% %hour%:%minute%:%second% %year% [Session Time] Session Time: %anyword% %monthname% %day% %hour%:%minute%:%second% %year% Session Time: %anyword% %monthname% %day% %hour%:%minute%:%second% %year% [Own normal line] [Channelname] »»»» Now talking in %channelname%. Session Ident: %channelname% [Rename] %nick% (%addr%) is now known as %nick2% [Topic change] [Kick] [Skip] // stop notices from filling the "Unrecognized lines" list ««ñötîÇË»»%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