mIRC Home    About    Download    Register    News    Help

Print Thread
Joined: Jan 2012
Posts: 2
J
Jourei Offline OP
Bowl of petunias
OP Offline
Bowl of petunias
J
Joined: Jan 2012
Posts: 2
It appears to be difficult to google those as '*' are effective even within quotes.

So, I'd like a simple greeting message to tell that we've moved the channel to another network. I'd like the message to only appear when someone joins the channel in the old network. With the current script, it would also work on the new network, which would be quite silly.
Is this even possible to make it network-specific?

Joined: Jan 2004
Posts: 1,359
L
Hoopy frood
Offline
Hoopy frood
L
Joined: Jan 2004
Posts: 1,359
Code:
if ($network == NETWORK) {}

Joined: Jan 2012
Posts: 2
J
Jourei Offline OP
Bowl of petunias
OP Offline
Bowl of petunias
J
Joined: Jan 2012
Posts: 2
Should've guessed... >:l
Thanks!


Link Copied to Clipboard