]> git.99rst.org Git - irssi-scripts.irssi.org.git/commitdiff
Fix up use of ctrlact to add rules in comment
authormartin f. krafft <redacted>
Fri, 17 Sep 2021 20:15:57 +0000 (22:15 +0200)
committermartin f. krafft <redacted>
Fri, 17 Sep 2021 21:41:58 +0000 (23:41 +0200)
Thanks @bw1 for catching this oversight.

Signed-off-by: martin f. krafft <redacted>
scripts/ctrlact.pl

index ef95d04300a699d26b6e49e5f63be184f5d9a2e9..1a70a0bea53129fd398d64f94844a137aa53edc0 100644 (file)
 # 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
git clone https://git.99rst.org/PROJECT