Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
Distortions81 committed Nov 1, 2024
1 parent 4529c65 commit c15b910
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 @@ -1188,7 +1188,7 @@ func handleOnlineMsg(input *handleData) bool {
go fact.UpdateSeen(pname)

/* Check if user is banned */
banlist.CheckBanList(pname)
//banlist.CheckBanList(pname)

timeInt, _ := strconv.Atoi(ptime)
scoreInt, _ := strconv.Atoi(pscore)
Expand Down

0 comments on commit c15b910

Please sign in to comment.