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

Don't display/log an error message if text/menu/logon.* doesn't exist

For Wildcat (N)ewsletter command and PCBoard "NEWS" command, display
"No news is good news." instead. :-)
parent 3c845bc1
No related branches found
No related tags found
No related merge requests found
......@@ -244,7 +244,10 @@ cmdstr CHAT
end_cmd
cmdstr NEWS
menu logon
chkfile "%zmenu/logon.*"
if_true
menu logon
end_if
end_cmd
cmdstr DOOR
......
......@@ -48,7 +48,10 @@ cmdkey U
end_cmd
cmdkey N
menu logon
chkfile "../text/menu/logon.*"
if_true
menu logon
end_if
pause
end_cmd
......
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