Skip to content

Commit 91147a0

Browse files
authored
Removed deprecated bofnet_loadbig alias
1 parent 2da573a commit 91147a0

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

bofnet.cna

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ beacon_command_register("bofnet_list", "List all executable BOFNET's available",
55
beacon_command_register("bofnet_listassemblies", "List all loadded assembiles inside BOFNET", "Synopsis: bofnet_listassemblies \nList all loadded assembiles inside BOFNET");
66
beacon_command_register("bofnet_execute", "Execute a BOFNET class", "Synopsis: bofnet_execute class arg1 arg2 ...\nExecute's a BOFNET class along with all arguments supplied. Arguments with spaces should be quoted.\n");
77
beacon_command_register("bofnet_load", "Load a .NET assembly containing additional BOFNET classes", "Synopsis: bofnet_load assembly_path\nLoad a .NET assembly containing additional BOFNET classes\n");
8-
beacon_command_register("bofnet_loadbig", "Loads assemblies larger than the 1M limit by chunking the data", "Synopsis: bofnet_loadbig assembly_path\nLoads assemblies larger than the 1M limit by chunking the data\n");
98
beacon_command_register("bofnet_job", "Execute a BOFNET class as a background job in a seperate threead", "Synopsis: bofnet_job class arg1 arg2\nExecute a BOFNET class as a background job\n");
109
beacon_command_register("bofnet_jobs", "List active BOFNET background jobs", "Synopsis: bofnet_jobs\nList active BOFNET background jobs\n");
1110
beacon_command_register("bofnet_jobstatus", "Dump the console buffer of an active BOFNET background job", "Synopsis: bofnet_jobstatus jobid\nDump the console buffer of an active BOFNET background job\n");
@@ -209,4 +208,4 @@ alias bofnet_boo {
209208

210209
blog ($1, "Executing script $2 with the following arguments: $scriptArgs");
211210
bofnet_execute_raw($1, "BOFNET.Bofs.Boo.BooRunner", $args);
212-
}
211+
}

0 commit comments

Comments
 (0)