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

Add /M (post meme) main menu option to default shell

parent b37e48ab
No related branches found
No related tags found
No related merge requests found
...@@ -49,6 +49,7 @@ const main_menu = { ...@@ -49,6 +49,7 @@ const main_menu = {
'L': { eval: 'bbs.list_msgs()' }, 'L': { eval: 'bbs.list_msgs()' },
'/L': { eval: 'bbs.list_nodes()' }, '/L': { eval: 'bbs.list_nodes()' },
'M': { eval: 'bbs.time_bank()' }, 'M': { eval: 'bbs.time_bank()' },
'/M': { exec: 'postmeme.js' },
'N': { eval: 'bbs.scan_subs(SCAN_NEW)' 'N': { eval: 'bbs.scan_subs(SCAN_NEW)'
,msg: '\r\n\x01c\x01h' + gettext("New Message Scan") + '\r\n' }, ,msg: '\r\n\x01c\x01h' + gettext("New Message Scan") + '\r\n' },
'/N': { eval: 'bbs.scan_subs(SCAN_NEW, /* all */true)' }, '/N': { eval: 'bbs.scan_subs(SCAN_NEW, /* all */true)' },
......
...@@ -6,7 +6,7 @@ ...@@ -6,7 +6,7 @@
hcLnb wList/View messages hc/* nList groupsbh wOther Commands hcLnb wList/View messages hc/* nList groupsbh wOther Commands
nb hcVnb wView/Vote-in Polls hc{ } w# nSelect sub-board hbnbĿ nb hcVnb wView/Vote-in Polls hc{ } w# nSelect sub-board hbnbĿ
hcQnb wQWK packet transferhc[ ] w/# nSelect groupb hcDnb wDefault user config hcQnb wQWK packet transferhc[ ] w/# nSelect groupb hcDnb wDefault user config
b hcPnb wPost a msg or hc/Pnoll b hc&nb wMessage scan config b hcPnb wPost msg hc/Pnoll hc/Mneme b hc&nb wMessage scan config
b hcAnb wPost auto-messagebh wGo tonb hcUnb wUser lists b hcAnb wPost auto-messagebh wGo tonb hcUnb wUser lists
bhnbĿ hcInb wInformation bhnbĿ hcInb wInformation
bh wMessage Searchnb hcTnb wFile Transfer section bhc/Anb wChange your avatar bh wMessage Searchnb hcTnb wFile Transfer section bhc/Anb wChange your avatar
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment