On 24-Feb-00, Rbrown wrote:
R> In the events section of amirc are arexx commands the only commands that
R> can be executed on connection ?
R>
R> Here are the the commands that I'm trying to execute on connection:
R> /msg [EMAIL PROTECTED] login #<channel> <password>
R> /msg [EMAIL PROTECTED] login #<different channel> <password>
Bob,
All you need to do is put these commands into an Arexx script called
"connected.amirx". Place this in the Amirc/rexx directory and it will be
executed each time you connect to an IRC server...
Script below.......
/* Connected.amirx */
'say /msg [EMAIL PROTECTED] login #<channel> <password>'
'say /msg [EMAIL PROTECTED] login #<different channel> <password>'
exit
Regards
--
Rob Hockley - [EMAIL PROTECTED] - Give us a Norm Quote !!!!
Sam: Beer, Norm?
Norm: Have I gotten that predictable? Good.
__________________________________________________________
AmIRC Mailing List - Info & Archive: http://www.vapor.com/
For Listserver Help: <[EMAIL PROTECTED]>, "HELP"
To Unsubscribe: <[EMAIL PROTECTED]>, "UNSUBSCRIBE"