From b194fa23e0f74e609b5aade2967374f390503005 Mon Sep 17 00:00:00 2001 From: "C. McEnroe" Date: Tue, 18 May 2021 16:14:12 -0400 Subject: Add weechat format to unscoop --- unscoop.1 | 19 ++++++++++++++++++- 1 file changed, 18 insertions(+), 1 deletion(-) (limited to 'unscoop.1') 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 -- cgit 1.4.1