|
Eowyn Apprentice
Joined: 19 Jan 2001 Posts: 117 Location: Norway
|
Posted: Tue Oct 29, 2002 9:42 am
Conditional auto-reconnect? |
Is it possible to make the auto-reconnect conditional?
I.e. if variable X = 1 - auto reconnect
If variable X = 0 - do not auto reconnect
Thx.
Eowyn |
|
|
|
Kjata GURU
Joined: 10 Oct 2000 Posts: 4379 Location: USA
|
Posted: Tue Oct 29, 2002 12:55 pm |
Yes, disable the auto-reconnect feauture and create your own system.
Create an alias called atdisconnect (if it doesn't already exist) and put there:
#IF (@X) {#CONNECT}
Kjata |
|
|
|
|
|