Updated chat post-processor to handle embedded command examples (both ! and /), embedded usernames, and embedded channel names

This commit is contained in:
rainbow napkin 2024-12-21 20:42:31 -05:00
parent 42d306e1f2
commit db5fac83ab
2 changed files with 147 additions and 6 deletions

View file

@ -125,7 +125,7 @@ class chatBox{
chatEntry.appendChild(chatBody);
this.chatBuffer.appendChild(this.chatPostprocessor.preprocess(chatEntry, data));
this.chatBuffer.appendChild(this.chatPostprocessor.postprocess(chatEntry, data));
//Set size to aspect on launch
this.resizeAspect();