Skip to content

Commit

Permalink
send players-online on player exit
Browse files Browse the repository at this point in the history
  • Loading branch information
Distortions81 committed Mar 24, 2024
1 parent c31f1a0 commit 1a81a45
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions support/pipeHandle.go
Original file line number Diff line number Diff line change
Expand Up @@ -365,7 +365,9 @@ func handlePlayerLeave(NoDS string, line string, NoDSlist []string, NoDSlistlen
/* Show quit if there is no soft-mod */
if glob.SoftModVersion == constants.Unknown {
buf := fmt.Sprintf("%v left.", pname)
fact.WriteFact(glob.OnlineCommand)
fact.CMS(cfg.Local.Channel.ChatChannel, buf)

}

go func(factname string) {
Expand Down

0 comments on commit 1a81a45

Please sign in to comment.