Skip to content
Snippets Groups Projects
Commit e2fd12b5 authored by Rob Swindell's avatar Rob Swindell :speech_balloon:
Browse files

Replace load() of chat_sec.js with call of (new method) bbs.chat_sec()

parent cce14985
No related branches found
No related tags found
1 merge request!463MRC mods by Codefenix (2024-10-20)
......@@ -314,7 +314,7 @@ function docommand(command, commandparam1, commandparam2)
filearea(commandparam1, commandparam2);
break;
case 'chat':
load("chat_sec.js");
bbs.chat_sec();
break;
default:
doerror("Unknown command " + command);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment