From 769fa69e763dbecaae0d6bc1c1b8bbcea50a9167 Mon Sep 17 00:00:00 2001 From: Ethan Moffat Date: Thu, 31 Mar 2022 23:23:38 -0700 Subject: [PATCH] Update credit in ChatProcessor --- EOLib/Domain/Chat/ChatProcessor.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/EOLib/Domain/Chat/ChatProcessor.cs b/EOLib/Domain/Chat/ChatProcessor.cs index aecaf2354..2c7d9576e 100644 --- a/EOLib/Domain/Chat/ChatProcessor.cs +++ b/EOLib/Domain/Chat/ChatProcessor.cs @@ -40,7 +40,7 @@ public string RemoveFirstCharacterIfNeeded(string chat, ChatType chatType, strin public string MakeDrunk(string input) { - // implementation from Phorophor::notepad (thanks Apollo) + // implementation from Phorophor::notepad (thanks Blo) // https://discord.com/channels/723989119503696013/785190349026492437/791376941822246953 var ret = new StringBuilder();