hey i need your help,
i want to do script to use on mirc orc.

/server irc.example.pl 6667 oauth -i tadebu -j #tadebu
so i have that command and must to use it's in simple script.
so

/server irc.example.pl 6667 (read from oauth file) -i (read from nickname file) -j #(read from channel file)

but dont know how multicate that with
command, wait to log in, msg , leave,

script with
/server irc.example.pl 6667 oauth -i tadebu -j #tadebu
/onload /say Hi,
/leave
, go to next line of txt file

Code:
while 1 
/server irc.example.pl 6667 (read from oauth file) -i (read from nickname file) -j #(read from channel file)
/onload /say hi
/leave
/server irc.example.pl 6667 (read from oauth file) -i (read from nickname file) -j #(read from channel file)
/onload /say hi
/leave
wend

Last edited by Tadebu; 25/02/15 01:56 PM.