From a64fafd7845194e1260e72d27493e8acdd9e6ea9 Mon Sep 17 00:00:00 2001 From: Gunter Labes Date: Wed, 22 Apr 2026 10:22:28 +0200 Subject: [PATCH] Improve log command help --- docs/help/in/log.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/help/in/log.in b/docs/help/in/log.in index 3ca8782c..5fac4cc5 100644 --- a/docs/help/in/log.in +++ b/docs/help/in/log.in @@ -16,7 +16,7 @@ -window: Displays the output to the active window, or the window specified in the targets parameter. -: The server tag the targets must be on. - -targets: Logs the specified nicknames or channels. + -targets: A list of nicknames or channels, separated by space, to log. -colors: Also log the color codes of the messages. The filename of the log and the levels to match; if no argument is given, @@ -32,7 +32,7 @@ %9Examples:%9 - /LOG OPEN -targets mike ~/irclogs/mike.log MSGS + /LOG OPEN -targets 'mike #mikeschannel' ~/irclogs/mike.log MSGS /LOG OPEN -targets #irssi ~/irclogs/liberachat/irssi-%%Y-%%m-%%d /LOG CLOSE ~/irclogs/liberachat/irssi-%%Y-%%m-%%d /LOG STOP ~/irclogs/liberachat/irssi-%%Y-%%m-%%d