Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- [mIRCStats parser configuration file]
- // SKYPE parser
- // Updated 3 Apr 2012: Added username parsing from normal line
- // File information (these lines are shown in mIRCStats)
- [File Description]
- SKYPE
- [Author]
- lpf
- // Allowed variables are:
- //
- // Single-word variables:
- // %nick%, %nick2%, %addr%, %channelname%, %monthname%, %ampm%, %anyword%
- //
- // Multi-word name variables:
- // %name%, %anyname% (can be used instead of %nick% or %anyword%):
- //
- // Numeric variables:
- // %hour%, %minute%, %second%,
- // %day%, %month%, %year%, %anynum%
- //
- // Complex 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 complex multi-word variable per line.
- // - Don't use the same variable multiple times on any line (except %anyword%, %anyname%, %anynum%).
- // - 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]
- [%day%/%month%/%year% %hour%:%minute%:%second%]
- [%day%/%month%/%year% %hour%:%minute%:%second% | Edited %anyword%]
- [%day%/%month%/%year% %hour%:%minute%:%second% | Edited %anyword%]
- [%day%/%month%/%year% %hour%:%minute%:%second% | Removed %anyword%]
- // Parsing patterns in order of probability:
- [Normal line]
- %nick%: %text%
- %name% %anyname%: %text%
- [Topic change]
- *** %nick% has changed conversation topic to "%text%"
Advertisement
Add Comment
Please, Sign In to add comment