Skip to content
Snippets Groups Projects
Commit 5f532bc6 authored by Sven Mäder's avatar Sven Mäder :speech_balloon:
Browse files

Add autosetbuffer script howto

parent 45a42cb9
No related branches found
No related tags found
No related merge requests found
......@@ -138,8 +138,17 @@ To enable highlights, when a user sends a message important for all users like `
### Set extra highlights on buffer
You can force highlight using a regular expression with the buffer property "highlight_regex". For example to force the highlight on all messages in the current buffer:
You can force highlight using a regular expression with the buffer property `highlight_regex`. For example to force the highlight on all messages in the current buffer:
```
/buffer set highlight_regex .*
```
The buffer property `highlight_regex` is not saved in configuration.
You can easily save it with the script `buffer_autoset.py`:
```
/script install buffer_autoset.py
/help autosetbuffer
/autosetbuffer add irc.phys.#isgphys highlight_regex .*
```
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment