Added channel-wide !announce command
This commit is contained in:
parent
0182c6927e
commit
375cdfb3d8
10 changed files with 78 additions and 17 deletions
|
|
@ -27,7 +27,7 @@ class chatBox{
|
|||
|
||||
//Preprocessor objects
|
||||
this.commandPreprocessor = new commandPreprocessor(client);
|
||||
this.chatPreprocessor = new chatPreprocessor();
|
||||
this.chatPostprocessor = new chatPostprocessor();
|
||||
|
||||
//Element Nodes
|
||||
this.chatPanel = document.querySelector("#chat-panel-div");
|
||||
|
|
@ -112,7 +112,7 @@ class chatBox{
|
|||
chatEntry.appendChild(chatBody);
|
||||
|
||||
|
||||
this.chatBuffer.appendChild(this.chatPreprocessor.preprocess(chatEntry, data));
|
||||
this.chatBuffer.appendChild(this.chatPostprocessor.preprocess(chatEntry, data));
|
||||
|
||||
//Set size to aspect on launch
|
||||
this.resizeAspect();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue