commits like this will follow the next days

sorry
This commit is contained in:
DoganGFL 2018-11-29 22:30:46 +01:00
parent 1e3fb43926
commit 2ebe478683

View File

@ -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;