Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adding level filtering for WTS/B/T LFM/G style messages #4

Open
wants to merge 8 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
[*]
end_of_line = lf
trim_trailing_whitespace = true
insert_final_newline = true
charset = utf-8

[*.lua]
indent_style = space
indent_size = 2
20 changes: 18 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@ Filter the HC chan messages and redirect them to a chatframe of choice

Usage:

Show HCF settings
```
/hcf info
```

Move Hardcore chat to Chat frame #3 (pick number 1-9)
```
/hcf 3
Expand All @@ -12,7 +17,7 @@ or
/hcf frame 3
```

Change Hardcore chat prefix to H
Change Hardcore chat prefix to H (default HC)
```
/hcf prefix H
```
Expand All @@ -36,4 +41,15 @@ Set Hardcore chat colour
Set Hardcore chat colour back to default
```
/hcf colour
```
```

Enable or disable the WTS ##+ level filtering feature
_note: Due to server restrictions, the level of the sender cannot be queried so the standard format `WTS [Broad Claymore] 15+-` is used for filtering purposes_
```
/hcf levelfilter
```

Enable or disable debug mode (useful to detect if the level filtering is behaving properly)
```
/hcf debug
```
Loading