Chat message limit can now be changed (#16121)

* a

* Update code/modules/goonchat/browserassets/js/browserOutput.js

Co-authored-by: SleepyGemmy <99297919+SleepyGemmy@users.noreply.github.com>

* Update html/changelogs/DreamySkrell-chatmessagelimit11112.yml

Co-authored-by: SleepyGemmy <99297919+SleepyGemmy@users.noreply.github.com>

* Update code/modules/goonchat/browserassets/js/browserOutput.js

Co-authored-by: SleepyGemmy <99297919+SleepyGemmy@users.noreply.github.com>

* b

* whitespace...

* Update code/modules/goonchat/browserassets/js/browserOutput.js

Co-authored-by: SleepyGemmy <99297919+SleepyGemmy@users.noreply.github.com>

---------

Co-authored-by: DreamySkrell <>
Co-authored-by: SleepyGemmy <99297919+SleepyGemmy@users.noreply.github.com>
This commit is contained in:
DreamySkrell
2023-03-29 18:34:54 +00:00
committed by GitHub
co-authored by SleepyGemmy DreamySkrell <>
parent 167f53a1ab
commit 50d38e8b1c
3 changed files with 98 additions and 4 deletions
@@ -56,6 +56,7 @@
<a href="#" class="subCell increaseLineHeight" id="increaseLineHeight"><span>Increase line height</span> <i class="fas fa-text-height"></i></a>
<a href="#" class="subCell togglePing" id="togglePing"><span>Toggle ping display</span> <i class="fas fa-circle"></i></a>
<a href="#" class="subCell highlightTerm" id="highlightTerm"><span>Highlight string</span> <i class="fas fa-tag"></i></a>
<a href="#" class="subCell messageLimit" id="messageLimit"><span>Change message limit</span> <i class="fas fa-bars"></i></a>
<a href="#" class="subCell saveLog" id="saveLog"><span>Save chat log</span> <i class="fas fa-save"></i></a>
<a href="#" class="subCell toggleCombine" id="toggleCombine"><span>Toggle line combining</span> <i class="fas fa-filter"></i></a>
<a href="#" class="subCell clearMessages" id="clearMessages"><span>Clear all messages</span> <i class="fas fa-eraser"></i></a>