From: martin f. krafft Date: Fri, 17 Sep 2021 20:15:57 +0000 (+0200) Subject: Fix up use of ctrlact to add rules in comment X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=2b81957e32853bcac94a7079855db261a1de4fd5;p=irssi-scripts.irssi.org.git Fix up use of ctrlact to add rules in comment Thanks @bw1 for catching this oversight. Signed-off-by: martin f. krafft --- diff --git a/scripts/ctrlact.pl b/scripts/ctrlact.pl index ef95d04..1a70a0b 100644 --- a/scripts/ctrlact.pl +++ b/scripts/ctrlact.pl @@ -70,13 +70,13 @@ # Or go ahead and define them manually: # # # add a mapping for the #debian channel on OFTC (at the top): -# /ctrlact -oftc #debian messages +# /ctrlact add -oftc #debian messages # # # add a mapping for the #bar channel at position 4: -# /ctrlact #bar messages @4 +# /ctrlact add #bar messages @4 # # # add a mapping for a query with the user grace: -# /ctrlact -query grace all +# /ctrlact add -query grace all # # # remove a mapping # /ctrlact remove -oftc #debian