Skip to content
Snippets Groups Projects
Commit ae6bff60 authored by rswindell's avatar rswindell
Browse files

Fixed help menus.

parent e5610cbb
No related branches found
No related tags found
No related merge requests found
......@@ -706,8 +706,8 @@ This is a list of Command Shells configured for your system.
Command shells are the programmable command and menu structures which
are available for your BBS.
To add a command shell section, select the desired location with the arrow
keys and hit  INS .
To add a command shell section, select the desired location with the
arrow keys and hit  INS .
To delete a command shell, select it and hit  DEL .
......
......@@ -427,8 +427,8 @@ SETHELP(WHERE);
/*
Channel Action Set:
This is a list of available chat action sets. Select the one that you wish
to have available in this channel.
This is a list of available chat action sets. Select the one that you
wish to have available in this channel.
*/
k=0;
for(j=0;j<cfg.total_actsets && j<MAX_OPTS;j++)
......@@ -761,7 +761,8 @@ hit  INS .
To delete an action set, select it with the arrow keys and hit  DEL .
To configure an action set, select it with the arrow keys and hit  ENTER .
To configure an action set, select it with the arrow keys and hit
 ENTER .
*/
i=ulist(j,0,0,45,&actset_dflt,&actset_bar,"Chat Action Sets",opt);
if((signed)i==-1)
......
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