Metropoli BBS
VIEWER: leave.amirx MODE: TEXT (CP437)
/* LEAVE.AMIRX -- Leave a channel with a message
\\ written by Oliver Wagner
//
\\ Put this script in PROGDIR:rexx/ and add this as an alias with the
// command:  "/alias leave /rx leave %p"
\\
*/

PARSE ARG ARGS
OPTIONS RESULTS

if ARGS = "" then do
   "echo P="d2c(27)"b½Error╗ Usage: LEAVE text"
   exit
end

'say 'ARGS
'say /!leave'
[ RETURN TO DIRECTORY ]