Add scroll lines to account settings

This commit is contained in:
Vortrex
2021-03-27 06:01:27 -05:00
parent 99c8e1cdb0
commit b4fbf4be61

View File

@@ -32,6 +32,12 @@ addNetworkHandler("ag.m", function(messageString, colour) {
// ===========================================================================
addNetworkHandler("ag.chatScrollLines", function(amount) {
scrollAmount = amount;
});
// ===========================================================================
function addToChatBoxHistory(messageString, colour) {
chatBoxHistory.push([messageString, colour]);
}