home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Meeting Pearls 3
/
Meeting_Pearls_III.iso
/
Pearls
/
tcp
/
Networking
/
TCP
/
Chat
/
AmiTALK
/
talkrequest.rx
< prev
Wrap
Text File
|
1994-04-25
|
331b
|
20 lines
/* Talk answer requestor by Brian Gunn 02/28/94 */
NL = '0a'x
if arg()~=1 then do
say "USAGE: rx talkrequest callee"
exit 5
end
call addlib("rexxreqtools.library", 0, -30, 0)
parse ARG callee
if rtezrequest("Talk request from" || NL ||,
NL||callee , "Answer|Ignore")
then
do
address command "amitcp:bin/talk "||callee
end