From: martin f. krafft Date: Fri, 10 Sep 2021 23:31:08 +0000 (+0200) Subject: To-do updates X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=9aa069ed4f80430e2a137a67bf1546cc7a4aabc5;p=irssi-scripts.irssi.org.git To-do updates The list of to-do items just keeps on growing… Signed-off-by: martin f. krafft --- diff --git a/scripts/ctrlact.pl b/scripts/ctrlact.pl index 8dda1c4..49838fd 100644 --- a/scripts/ctrlact.pl +++ b/scripts/ctrlact.pl @@ -132,7 +132,10 @@ ### To-do: # # - figure out interplay with activity_hide_level -# - completion for commands +# - "/ctrlact blind" to forget attention span +# - "/ctrlact query" should include attention span left +# - implement "/ctrlact hide" +# - use Irssi formats # use strict; use warnings; @@ -152,7 +155,7 @@ our %IRSSI = ( license => 'MIT', url => 'https://github.com/irssi/scripts.irssi.org/blob/master/scripts/ctrlact.pl', version => $VERSION, - changed => '2021-09-06' + changed => '2021-09-11' ); ### DEFAULTS AND SETTINGS ######################################################