Add scroll lines to account settings
This commit is contained in:
@@ -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]);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user