From: martin f. krafft Date: Sat, 4 Sep 2021 10:48:14 +0000 (+0200) Subject: Fix up comments X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=e7de14f6f75d34aab1ec886789a34617fc820c65;p=irssi-scripts.irssi.org.git Fix up comments I failed to update the comments for some previous changes, so let's make it right. Signed-off-by: martin f. krafft --- diff --git a/scripts/ctrlact.pl b/scripts/ctrlact.pl index 3854132..109034c 100644 --- a/scripts/ctrlact.pl +++ b/scripts/ctrlact.pl @@ -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 @@ -23,11 +23,11 @@ # 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"