Fix issues with chat logging after chat format refactoring
- Fix '<username.undefined>' in log - Fix channel log filter
This commit is contained in:
parent
dfa454618a
commit
85e413bcdf
2 changed files with 2 additions and 13 deletions
|
|
@ -1889,7 +1889,7 @@ function filterChannelLog() {
|
|||
return;
|
||||
}
|
||||
|
||||
if (chat && pre.match(/<[\w-]+\.>/)) {
|
||||
if (chat && pre.match(/<[\w-]+(\.\w*)?>/)) {
|
||||
include.push(line);
|
||||
return;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue