mIRC Home    About    Download    Register    News    Help

Print Thread
#144228 07/03/06 05:56 PM
Joined: Oct 2005
Posts: 827
P
pouncer Offline OP
Hoopy frood
OP Offline
Hoopy frood
P
Joined: Oct 2005
Posts: 827
on ^*:JOIN:*: {
if ($Nick == $me) {
;do stuff..
}
}

is there something i can put in the on ^*:JOIN:*: bit though to noly trigger the events when I join?

so i dont have to have the 'if' statement in there..

#144229 07/03/06 06:01 PM
Joined: Feb 2005
Posts: 681
M
Fjord artisan
Offline
Fjord artisan
M
Joined: Feb 2005
Posts: 681
This is old and undocumented so it could be removed any time .. although I hope it's not.

Code:
on ME:*:JOIN:#: {
  do stuff
}

Last edited by mIRCManiac; 07/03/06 06:06 PM.

Link Copied to Clipboard