Add + use text file util

This commit is contained in:
Vortrex
2022-10-15 17:11:35 -05:00
parent bf353c10aa
commit 9c8593e833
5 changed files with 22 additions and 20 deletions

View File

@@ -9,16 +9,6 @@
// ===========================================================================
let builtInCommands = [
"refresh",
"restart",
"stop",
"start",
"reconnect",
"setname",
"connect",
"disconnect",
"say",
"dumpdoc",
];
// ===========================================================================
@@ -1267,4 +1257,10 @@ function setServerPassword(password) {
server.setPassword(password);
}
// ===========================================================================
function getContentsOfTextFile(filePath) {
return "";
}
// ===========================================================================