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

Don't display the sysop file transfer menu (in response to '!' key)

... for non-sysops
parent bca9510b
No related branches found
No related tags found
1 merge request!455Update branch with changes from master
......@@ -147,7 +147,8 @@ const file_menu = {
'*': { eval: 'shell.show_dirs(bbs.curlib)' },
'/*': { eval: 'shell.show_libs()' },
'&': { exec: 'filescancfg.js' },
'!': { eval: 'bbs.menu("sysxfer")' },
'!': { eval: 'bbs.menu("sysxfer")'
,ars: 'SYSOP' },
'#': { msg: '\r\n\x01c\x01h' + gettext("Type the actual number, not the symbol.") + '\r\n' },
'/#': { msg: '\r\n\x01c\x01h' + gettext("Type the actual number, not the symbol.") + '\r\n' },
},
......
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