- D6C6FB0C6C00F85A0665614BFFA30CD804BCF49E55CE78D58F8C744B7CBAC8657FCCAD1D6ED5A47A85BA11E71F2E583775D7E4FC36980B5AF8F7958C28802CC7
+ 9311BB85E6D71E467394A0ED7231617286AD1E560C10E9BF5B3DE302751E69888D1A61EA239CD98D435170F7CA8806123356C65F0C3074DC501A7CB40F53D1B2
logotron/logconverters/irssi2tmsr/README.TXT
(9 . 5)(9 . 20)
13 sh convert.sh 10001 < inputfile > outputfile
14
15 3. Caveats:
16 - the converter expects months to be recorded numerically in the input file (e.g. 8, 9 instead of Aug, Sep); if your irssi log uses names for months then you'll need to either update the converter or convert month names to numbers separately, as a pre-converter step.
17 - based on the previous raw awk version published at http://logs.nosuchlabs.com/log/trilema/2019-08-11#1927486 and tested *only* on one irssi log of #ossasepia (result can be seen at: deedbot.org/deed-589684-1.txt )
18 - the converter works on the "out-of-the-box" irssi log format, as currently seen, for instance:
19
20 --- Day changed Mon Jul 15 2019
21 16:46 --> moopet [~moopet@unaffiliated/moopet] has joined #ossasepia
22 16:46 moopet: Aloha
23 16:46 diana_coman: hello moopet
24 16:46 diana_coman: what brings you here?
25 16:47 * moopet read a comment on dev.to about TMSR and V and hasn't a clue what they are
26
27 will produce (./convert.sh 2 < in.log > out.log) as output:
28
29 2;1563205560;moopet;Aloha
30 3;1563205560;diana_coman;hello moopet
31 4;1563205560;diana_coman;what brings you here?
32 5;1563205620;*;moopet read a comment on dev.to about TMSR and V and hasn't a clue what they are
33