Skip to content

Commit

Permalink
Make these consistant.
Browse files Browse the repository at this point in the history
  • Loading branch information
Distortions81 committed Mar 31, 2024
1 parent 039cc16 commit 5bc5fad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion support/pipeHandle.go
Original file line number Diff line number Diff line change
Expand Up @@ -454,7 +454,7 @@ func handleActMsg(line string, lineList []string, lineListLen int) bool {
sbuf = cfg.Global.GroupName + "-" + cfg.Local.Callsign + ": " + cfg.Local.Name + ": " + sbuf

if pingStr != "" {
reportMsg := fmt.Sprintf("%v %v", pingStr, sbuf)
reportMsg := fmt.Sprintf("%v\n%v", sbuf, pingStr)
fact.CMS(cfg.Global.Discord.ReportChannel, reportMsg)
} else {
fact.CMS(cfg.Global.Discord.ReportChannel, sbuf)
Expand Down

0 comments on commit 5bc5fad

Please sign in to comment.