From 2ebe478683eea4b1ccea84bf1130c7c0142ff34f Mon Sep 17 00:00:00 2001 From: DoganGFL Date: Thu, 29 Nov 2018 22:30:46 +0100 Subject: [PATCH] commits like this will follow the next days sorry --- AntiLenny/scripting/AntiLenny.sp | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/AntiLenny/scripting/AntiLenny.sp b/AntiLenny/scripting/AntiLenny.sp index 697c610..4cd74c5 100644 --- a/AntiLenny/scripting/AntiLenny.sp +++ b/AntiLenny/scripting/AntiLenny.sp @@ -60,6 +60,10 @@ public Action CCC_OnChatMessage(int client, int author, const char[] message) { return Plugin_Handled; } + else if(g_bHideLennies[client] && StrContains(message, "_ツ_", false) != -1) + { + return Plugin_Handled; + } else if(g_bHideLennies[client] && StrContains(message, "( ̿°̿ ͜ل͜ ̿°̿ )", false) != -1) { return Plugin_Handled;