Re: Ircle Script
Re: Ircle Script
- Subject: Re: Ircle Script
- From: "Stephen Swift (aka Burnum)" <email@hidden>
- Date: Thu, 22 Feb 2001 22:17:14 -0500
>
I'm trying to create a script for Ircle to do the following:
>
Connect to a server
connect connection 5
works only if people haven't messed with their Ircle settings. Connection 5
by default is dal.net unless they changed it. I can get the servername of a
connection, but can't seem to set the servername to connect to unless I say
type "/server dal.net"
>
If server is full connect to another server
I think I found the right component with the status
offline/namelookup/opening/connected/userclose/serverclose command but I'm
not sure how I would make AS to keep checking. A repeat loop perhaps?
Repeat until status of connection 5 = connected
Connect connection 5
End repeat
Would that work?
But how would I change servers if status = offline or serverclose?
Something like this perhaps?
Repeat until status of connection 5 = connected
If status of connection 5 = offline then
Type "/server dal.net"
Else
If status of connection 5 = serverclose then
Type "/server dal.net"
Else
If status of connect 5 = connected then
Type "/join #channel"
End repeat
>
Join a channel
I'm really not sure. Any ideas?
Stephen Swift ?' (The Burnum Man)
email@hidden
It9s Coming Back! AppleInfo.net - Check Back Soon
-----------------------------------------------
"Steve Jobs will use anybody to his own advantage. He will say one thing
and anybody who heard it would think that he was saying 'Maybe yes' or
'Maybe no.' You could never tell what he was thinking." -Steve Wozniak