Skip to content

Commit

Permalink
N-word enjoyers and automoderation haters are going to FALL IN LOVE w…
Browse files Browse the repository at this point in the history
…ith this commit
  • Loading branch information
LeonardoTheMutant committed Oct 13, 2024
1 parent 3cbe2d3 commit 5a2bf50
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions SRC/LUA/CHAT.LUA
Original file line number Diff line number Diff line change
Expand Up @@ -98,13 +98,6 @@ addHook("PlayerMsg", function(s, type, t, m) --source, type, target, msg
return true
end

--First, this is a bad word to use, Second, don't even think to critisize me of this
--This is actually a trap for Moth-likes
if (m:upper():match("NIGGA") or m:upper():match("NIGGER")) then
MM_PunishPlayer(s, "N-word", 1)
return true
end

if (s.spectator)
if (type == 0) --If dead player sends a message, make that messsage appear only to the dead players
for p in players.iterate do if (p.spectator) chatprintf(p, "\x86{"..s.name.."} "..m) end end
Expand Down

0 comments on commit 5a2bf50

Please sign in to comment.