]> jfr.im git - irc.git/blob - mircstats/storage.googleapis.com/mircstats/parser/RSSLogger_parser.txt
90eb0cb16e98298a18838d4af28842c68729270e
[irc.git] / mircstats / storage.googleapis.com / mircstats / parser / RSSLogger_parser.txt
1 [mIRCStats parser configuration file]
2
3 // File information (these lines are shown in mIRCStats)
4
5 [File Description]
6 RSSLogger
7
8 [Author]
9 Ave
10
11 // Allowed variables are:
12 //
13 // Single-word variables:
14 // %nick%, %nick2%, %addr%, %channelname%, %monthname%, %ampm%, %anyword%
15 //
16 // Multi-word name variables:
17 // %name%, %anyname% (can be used instead of %nick% or %anyword%):
18 //
19 // Numeric variables:
20 // %hour%, %minute%, %second%,
21 // %day%, %month%, %year%, %anynum%
22 //
23 // Complex multi-word variables (only one allowed per line):
24 // %text%, %mode%, %anytext%
25
26 // Main rules:
27 // - Variables have to be delimited by some non-variable characters like [%hour%:%minute%]
28 // (unless they are fixed length ones like %2hour% (2-digit numeric hour).
29 // - You can only use one complex multi-word variable per line.
30 // - Don't use the same variable multiple times on any line (except %anyword%, %anyname%, %anynum%).
31 // - Use "Test Parser" option to verify your new parsing rules ("Log parser"-settings page).
32 // - Check mIRCStats help for more info ("Setting options/Log parser")
33
34
35
36 // ----------------Parser configuration rules start here-------------------------------
37
38 [timestamp]
39 [%day% %monthname% %year% %hour%:%minute%:%second%]
40
41 [Normal line]
42 %name% : %text%
43
44 [ChannelnameLong]
45 *** Name: %text%
46
47 [Title]
48 *** Title: %text%
49
50 [Link]
51 *** Link: %text%
52
53 [Info]
54 *** Version: %text%
55
56 [Skip]
57 *** %anytext%
58
59 [Month names]
60 Jan
61 Feb
62 Mar
63 Apr
64 May
65 Jun
66 Jul
67 Aug
68 Sep
69 Oct
70 Nov
71 Dec