mIRC Homepage
Posted By: pouncer on join event - 07/03/06 05:56 PM
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..
Posted By: mIRCManiac Re: on join event - 07/03/06 06:01 PM
This is old and undocumented so it could be removed any time .. although I hope it's not.

Code:
on ME:*:JOIN:#: {
  do stuff
}
© mIRC Discussion Forums