Skip to content

Commit

Permalink
Update credit in ChatProcessor
Browse files Browse the repository at this point in the history
  • Loading branch information
ethanmoffat committed Apr 1, 2022
1 parent a452c4f commit 769fa69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion EOLib/Domain/Chat/ChatProcessor.cs
Expand Up @@ -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();

Expand Down

0 comments on commit 769fa69

Please sign in to comment.