]> git.99rst.org Git - irssi-scripts.irssi.org.git/commitdiff
Fix up comments
authormartin f. krafft <redacted>
Sat, 4 Sep 2021 10:48:14 +0000 (12:48 +0200)
committermartin f. krafft <redacted>
Sat, 11 Sep 2021 05:58:13 +0000 (07:58 +0200)
I failed to update the comments for some previous changes, so let's make
it right.

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

index 3854132319ba7adb96127b7456d4b496971b534f..109034c37bcfb7fd3ae696d5c2021d96fa39f44c 100644 (file)
@@ -15,7 +15,7 @@
 #
 # For instance, you might never want to be disturbed by activity in any
 # channel, unless someone highlights you. However, you do want all activity
-# in queries (except on efnet, as well as an indication about any chatter in
+# in queries (except on efnet), as well as an indication about any chatter in
 # your company channels. The following ctrlact map would do this for you:
 #
 #      channel                 /^#myco-/       messages
 #      query           efnet   *               messages
 #      query                   *               all
 #
-# These three lines would be interpreted/read as:
+# These four lines would be interpreted/read as:
 #  "only messages or higher in a channel matching /^#myco-/ should trigger act"
 #  "in all other channels, only hilights (or higher) should trigger act"
 #  "queries on efnet should only trigger act for messages and higher"
-#  "messages of all levels should trigger act in queries elsewhere"
+#  "privmsgs of all levels should trigger act in queries elsewhere"
 #
 # The activity level in the third column is thus to be interpreted as
 #  "the minimum level of activity that will trigger an indication"
git clone https://git.99rst.org/PROJECT