mIRC Home    About    Download    Register    News    Help

Print Thread
Joined: Oct 2005
Posts: 11
C
coax Offline OP
Pikka bird
OP Offline
Pikka bird
C
Joined: Oct 2005
Posts: 11
I have a titlebar where i put in various identifiers, at 300ms intervals.
Among those identifiers is $network.
However, when I do /server -m some.other.network, and then switch windows back to say EFNet, it still says quakenet.

I have the titlebar timer in an on connect event, so everytime I connect to a new server, $network is overwritten, and it won't go back to the other networks I connected to.

Does anyone have a solution for this problem?

Joined: Aug 2005
Posts: 1,052
L
Hoopy frood
Offline
Hoopy frood
L
Joined: Aug 2005
Posts: 1,052
on *:ACTIVE:*: { titlebar $network }

this works when you click on a new active window, changes to the network...

you can put if and else's in here... which very usefull


Code:
if $reality > $fiction { set %sanity Sane }
Else { echo -a *voices* }
Joined: Oct 2005
Posts: 11
C
coax Offline OP
Pikka bird
OP Offline
Pikka bird
C
Joined: Oct 2005
Posts: 11
WAIT.

I put the timer in the on active and now it works.. thanks a lot mate.

Last edited by coax; 06/11/05 06:21 PM.
Joined: Aug 2005
Posts: 1,052
L
Hoopy frood
Offline
Hoopy frood
L
Joined: Aug 2005
Posts: 1,052
:P np


Code:
if $reality > $fiction { set %sanity Sane }
Else { echo -a *voices* }

Link Copied to Clipboard