mIRC Home    About    Download    Register    News    Help

Print Thread
Joined: Oct 2004
Posts: 2
R
Rainy Offline OP
Bowl of petunias
OP Offline
Bowl of petunias
R
Joined: Oct 2004
Posts: 2
Anyone know how I can write a script that will perform a command whenever I change my nick?

Thanks

Joined: Feb 2003
Posts: 3,432
S
Hoopy frood
Offline
Hoopy frood
S
Joined: Feb 2003
Posts: 3,432
on 1:NICK: {
if ($nick == $me) { command }
}
add that to remote, press ALT + R in mirc..


if ($me != tired) { return } | else { echo -a Get a pot of coffee now $+($me,.) }
Joined: Feb 2004
Posts: 714
Z
Hoopy frood
Offline
Hoopy frood
Z
Joined: Feb 2004
Posts: 714
You can try this: on me:*:nick: { commands.. }

Zyzzyx smile

Edit: sparta beat me to it :P

Last edited by Zyzzyx26; 02/10/04 04:49 PM.

"All we are saying is give peace a chance" -- John Lennon
Joined: Oct 2004
Posts: 2
R
Rainy Offline OP
Bowl of petunias
OP Offline
Bowl of petunias
R
Joined: Oct 2004
Posts: 2
Thanks guys...works like a charm. grin


Link Copied to Clipboard