You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# ADD: use of print_date_tags to set an tag for query_blocker messages, new option msg_tag (idea PeGaSuS)
41
44
# 2023-06-29: nils_2@libera.#weechat
42
45
# version 1.6:
43
46
# FIX: nick was not correctly parsed when message has tags.
@@ -129,7 +132,7 @@
129
132
130
133
my$SCRIPT = 'query_blocker';
131
134
my$AUTHOR = 'rettub <rettub@gmx.net>';
132
-
my$VERSION = '1.6';
135
+
my$VERSION = '1.7';
133
136
my$LICENSE = 'GPL3';
134
137
my$DESCRIPTION = 'Simple blocker for private message (i.e. spam)';
135
138
my$COMMAND = "query_blocker"; # new command name
@@ -149,6 +152,7 @@
149
152
"open_on_startup"=>"open $SCRIPT buffer on startup. option msgbuffer has to be set to 'buffer' (default: 'off')",
150
153
"temporary_mode"=>"if 'on' you have to manually add a nick to whitelist. otherwise a conversation will be temporary only and after closing query buffer the nick will be discard (default: 'off')",
151
154
"ignore_auto_message"=>"path/file-name to store/read nicks to not send an auto message (default: qb-ignore_auto_message.txt)",
155
+
"msg_tag"=>"set a tag for query_blocker messages to filter or trigger messages (default: '')",
0 commit comments