From 5a2bf503a07268d83367749d3ba9c8cb35f3be03 Mon Sep 17 00:00:00 2001 From: LeonardoTheMutant <70893504+LeonardoTheMutant@users.noreply.github.com> Date: Sun, 13 Oct 2024 18:31:10 +0200 Subject: [PATCH] N-word enjoyers and automoderation haters are going to FALL IN LOVE with this commit --- SRC/LUA/CHAT.LUA | 7 ------- 1 file changed, 7 deletions(-) diff --git a/SRC/LUA/CHAT.LUA b/SRC/LUA/CHAT.LUA index 8b4b2b9..1c1ad32 100644 --- a/SRC/LUA/CHAT.LUA +++ b/SRC/LUA/CHAT.LUA @@ -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