]> jfr.im git - irc.git/blob - software/mircstats/storage.googleapis.com/mircstats/parser/invision_parser.txt
mv
[irc.git] / software / mircstats / storage.googleapis.com / mircstats / parser / invision_parser.txt
1 [mIRCStats parser configuration file]
2
3 // File information (these lines are shown in mIRCStats)
4
5 [File Description]
6 Invision 2.0
7
8 [Author]
9 The_Nightshift
10
11 //if you find any glitches in logs parsed with this please contact me at websitewarp@speakeasy.net
12
13
14
15 // ----------------Parser configuration rules start here-------------------------------
16
17 // timestamp parsing rules:
18
19 [timestamp]
20 [%hour%:%2minute%%2ampm%]
21 [%hour%:%2minute%%2ampm%] [%anyword%:%4anyword%]
22 \ 2[\ 2\1f%hour%:%2minute%%2ampm%\1f\ 2]%anyword%
23
24 // Parsing patterns in order of probability:
25
26 [Normal line]
27 <%nick%> %text%
28 <\ 304%nick%\ f> %text%
29 <\ 306%nick%\ f> %text%
30 <\ 313%nick%\ f> %text%
31 <\ 314%nick%\ f> %text%
32
33
34 [Action]
35 *%nick% %text%
36 * %nick% %text%
37
38 [Own normal line]
39 <%nick%> %text%
40
41 [Mode change]
42 %nick% sets mode: %mode%
43 %nick% sets mode: %mode% %text%
44
45
46 [Join]
47 %nick% (%addr%) has joined %anytext%
48 %nick% (%addr%) has joined. %anytext%
49
50 [Part]
51 %nick% (%addr%) has parted. %anytext%
52
53 [Quit]
54 [%anyword%] %nick% «%addr%» has Quit iRC (%text%)
55 %nick% «%addr%» has Quit iRC (%text%)
56 [%anyword%] %nick% «%addr%» Quit
57
58
59 [Session Start]
60 Session Start: %anyword% %monthname% %day% %hour%:%minute%:%second% %year%
61
62 [Session Close]
63 Session Close: %anyword% %monthname% %day% %hour%:%minute%:%second% %year%
64
65 [Session Time]
66 Session Time: %anyword% %monthname% %day% %hour%:%minute%:%second% %year%
67
68 [Own normal line]
69 > %text%
70
71 [Channelname]
72 * Now talking in %channelname%
73 *** Now talking in %channelname%
74 Session Ident: %channelname%
75
76 [Rename]
77 %nick% (%addr%) is now known as %nick2%
78
79
80 [Topic change]
81 %word% changes topic to '%text% (%nick%)'
82 %nick% changes topic to '%text%'
83
84
85
86 [Kick]
87 %nick% was kicked by %nick2% (%text%)
88 *** %nick% was kicked by %nick2% (%text%)
89 You were kicked by %nick2% (%text%)
90 *** You were kicked by %nick2% (%text%)
91
92
93 [Skip]
94 // skip these unused lines
95 *** %nick% sets mode: %anyword%
96 * Topic is %text%
97 * Disconnected
98 * Attempting to rejoin channel %text%
99 > Sucessfully rejoined %anytext%
100 \ 312>%anytext%
101 -%anytext%
102 \ f\ 312\97\ 314I\ 312-\ 315n\ 312-\ 315v\ 312-\ 300i\ 312-\ 300s\ 312-\ 315i\ 312-\ 315o\ 312-\ 314n\ 312\97\ f \ 312\ 304You are running the most recent version of Invision 2.0
103 \ f\ 312\97\ 314I\ 312-\ 315n\ 312-\ 315v\ 312-\ 300i\ 312-\ 300s\ 312-\ 315i\ 312-\ 315o\ 312-\ 314n\ 312\97\ f \ 312%anytext%
104 \ f\97I-n-v-i-s-i-o-n\97 %anytext%
105 \97I-n-v-i-s-i-o-n\97 %anytext%
106 ERROR > %anynum%: %anytext%
107
108
109
110 // If you use %monthname% in your parser configuration
111 // you need to define 12 month strings that are converted
112 // into a month number here
113
114 [Month names]
115 Jan
116 Feb
117 Mar
118 Apr
119 May
120 Jun
121 Jul
122 Aug
123 Sep
124 Oct
125 Nov
126 Dec