diff options
Diffstat (limited to '')
-rw-r--r-- | unscoop.1 | 19 |
1 files changed, 18 insertions, 1 deletions
diff --git a/unscoop.1 b/unscoop.1 index 2a87fc9..41a3772 100644 --- a/unscoop.1 +++ b/unscoop.1 @@ -1,4 +1,4 @@ -.Dd May 17, 2021 +.Dd May 18, 2021 .Dt UNSCOOP 1 .Os . @@ -104,6 +104,23 @@ find Textual -type f -name '*.txt' \e xargs -0 unscoop -f textual .Ed . +.It Fl f Cm weechat +Import logs from the WeeChat IRC client. +.Bd -literal -offset indent +find ~/.weechat/logs -type f -name 'irc.*.weechatlog' \e + -not -name 'irc.server.*.weechatlog' -print0 | +xargs -0 unscoop -f weechat +.Ed +.Pp +.Nm +is not able to correctly infer +network and context names +for channel names containing dots. +Import these logs explicitly with +.Fl N +and +.Fl c . +. .It Fl f Cm znc Import logs from the .Xr znc 1 |