Skip to content

Commit

Permalink
do log command use
Browse files Browse the repository at this point in the history
  • Loading branch information
Distortions81 committed Jan 19, 2025
1 parent 7d7fc36 commit e533717
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion support/pipeParse.go
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ func HandleChat() {
/*********************************
* NO CHAT OR COMMAND LOG AREA
*********************************/
if !strings.HasPrefix(input.noDatestamp, "[CHAT]") && !strings.HasPrefix(input.noDatestamp, "[SHOUT]") && !strings.HasPrefix(input.line, "[CMD]") {
if !strings.HasPrefix(input.noDatestamp, "[CHAT]") && !strings.HasPrefix(input.noDatestamp, "[SHOUT]") {

/*
* No-chat handles
Expand Down

0 comments on commit e533717

Please sign in to comment.