Skip to content
Snippets Groups Projects
Commit 79ff5e7c authored by Sébastien Helleu's avatar Sébastien Helleu
Browse files

unhighlight.py 0.1.1: rename command "/autosetbuffer" by "/buffer_autoset" in example

parent 6cd048a9
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -26,7 +26,7 @@ import re
 
SCRIPT_NAME = 'unhighlight'
SCRIPT_AUTHOR = 'xiagu'
SCRIPT_VERSION = '0.1.0'
SCRIPT_VERSION = '0.1.1'
SCRIPT_LICENSE = 'GPL3'
SCRIPT_DESC = 'Allows per-buffer specification of a regex that prevents highlights.'
 
Loading
Loading
@@ -93,7 +93,7 @@ Examples:
Unhighlight SASL authentication messages for double logins:
/buffer weechat
/buffer set localvar_set_unhighlight_regex SaslServ
/autosetbuffer add core.weechat localvar_set_unhighlight_regex SaslServ
/buffer_autoset add core.weechat localvar_set_unhighlight_regex SaslServ
List buffers with autoset unhighlights:
/{script_name} list
Show this help:
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment