Updated chat post-processor to handle embedded command examples (both ! and /), embedded usernames, and embedded channel names
This commit is contained in:
parent
42d306e1f2
commit
db5fac83ab
2 changed files with 147 additions and 6 deletions
|
|
@ -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();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue