Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
R
readme
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
isgphys
readme
Commits
2d89fde7
Commit
2d89fde7
authored
7 years ago
by
Sven Mäder
Browse files
Options
Downloads
Patches
Plain Diff
Add weechat filters
parent
096aee17
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
documentation/weechat.markdown
+33
-0
33 additions, 0 deletions
documentation/weechat.markdown
with
33 additions
and
0 deletions
documentation/weechat.markdown
+
33
−
0
View file @
2d89fde7
...
...
@@ -161,3 +161,36 @@ Save all options:
```
/save
```
### Filter
Enable smart filter for
`join/part/quit`
messages on a specific channel (example:
`#openldap`
):
```
/filter add irc_smart_openldap irc.freenode.#openldap irc_smart_filter *
```
You can hide only join or part/quit with following options:
```
/set irc.look.smart_filter_join on
/set irc.look.smart_filter_quit on
```
You can setup delay (in minutes), only filter if a nick did not speak during last 5 minutes:
```
/set irc.look.smart_filter_delay 5
```
You can use regex to filter any message. For example to filter all server messages for connecting/exiting clients:
```
/filter add irc_filter_connect_disconnect * * \*\*\* Client (connect|exit)ing:
```
Get help:
```
/help filter
```
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment