diff options
author | June McEnroe <june@causal.agency> | 2019-12-07 22:12:45 -0500 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2019-12-07 22:12:45 -0500 |
commit | 0815820759292ff1e72697058ad7895193cae876 (patch) | |
tree | c2b6f5c1a901ca6e8127852405b1339988a072c0 /unscoop.1 | |
parent | Stop after the first matcher to match (diff) | |
download | litterbox-0815820759292ff1e72697058ad7895193cae876.tar.gz litterbox-0815820759292ff1e72697058ad7895193cae876.zip |
Add irc format
Diffstat (limited to '')
-rw-r--r-- | unscoop.1 | 14 |
1 files changed, 11 insertions, 3 deletions
diff --git a/unscoop.1 b/unscoop.1 index 9acba7c..32ca23b 100644 --- a/unscoop.1 +++ b/unscoop.1 @@ -1,4 +1,4 @@ -.Dd December 6, 2019 +.Dd December 7, 2019 .Dt UNSCOOP 1 .Os . @@ -52,9 +52,10 @@ The default path is as in .It Fl f Ar format Set the input log format. The following formats are supported: +.Sy catgirl , .Sy generic , -.Sy textual , -.Sy catgirl . +.Sy irc , +.Sy textual . The default format is .Sy generic . .Pp @@ -66,6 +67,13 @@ format matches the following: [timestamp] -nick- notice [timestamp] * nick action .Ed +.Pp +The +.Sy irc +format matches IRC protocol messages +tagged with the IRCv3.2 +.Sy server-time +extension. .El . .Sh SEE ALSO |