From b3976c275a8e954720ef95dd6fa9ea0e2b76dfee Mon Sep 17 00:00:00 2001 From: Glacius Date: Sat, 30 Oct 2021 17:58:23 +0100 Subject: [PATCH] Update 'ChatFilter/scripting/ChatFilter.sp' Added a Lenny. --- ChatFilter/scripting/ChatFilter.sp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ChatFilter/scripting/ChatFilter.sp b/ChatFilter/scripting/ChatFilter.sp index b02ef285..49427d28 100644 --- a/ChatFilter/scripting/ChatFilter.sp +++ b/ChatFilter/scripting/ChatFilter.sp @@ -16,9 +16,9 @@ Handle g_hCookieBlockCommands = null; bool g_bBlockChat[MAXPLAYERS + 1] = { false, ...}; Handle g_hCookieBlockChat = null; -#define NUMBEROFLENNIES 24 +#define NUMBEROFLENNIES 25 -char g_cLennies[NUMBEROFLENNIES][] = {"( ͡° ͜ʖ ͡°)", "͜ʖ", "(° ͜ʖ °)", "( ͝͠°͜ل͝͠°)", "( ͡° ͜ ͡°)", "( ͡°╭͜ʖ╮͡° )", "( ͠° ͜ʖ ͡°)", "( ° ͜ʖ °)", "(╯°□°)╯", "_(ツ)_", "_ツ_", "( ̿°̿ ͜ل͜ ̿°̿ )", "( ͡", "( ͠", "( ͝", "( °", "(͡", "ಠ_ಠ", "͡°", "°͡", "ʖ", "͡", "͜", "っ"}; +char g_cLennies[NUMBEROFLENNIES][] = {"( ͡° ͜ʖ ͡°)", "͜ʖ", "(° ͜ʖ °)", "( ͝͠°͜ل͝͠°)", "( ͡° ͜ ͡°)", "( ͡°╭͜ʖ╮͡° )", "( ͠° ͜ʖ ͡°)", "( ° ͜ʖ °)", "(╯°□°)╯", "_(ツ)_", "_ツ_", "( ̿°̿ ͜ل͜ ̿°̿ )", "( ͡", "( ͠", "( ͝", "( °", "(͡", "ಠ_ಠ", "͡°", "°͡", "ʖ", "͡", "͜", "っ", (ง⚆ᨓ⚆)ง}; //---------------------------------------------------------------------------------------------------- // Purpose: