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();