mIRC Homepage
Posted By: jacksparrow2 on join problem - 08/10/04 01:46 AM
i have this

on 1:join:#: {
echo -a $nick
}

i have a dialog called phfx , my idea is put the on join info into the dialog , any help , thnx
Posted By: Gameaddix Re: on join problem - 08/10/04 02:08 AM
what do you mean as in dialog?, if you mean a new window:

on 1:join:#: {
.window @phfx | echo -a $nick
}
Posted By: jacksparrow2 Re: on join problem - 08/10/04 01:05 PM
nop,.in a dialog

ej

dialog {


}

thnx
Posted By: Daedalus Re: on join problem - 08/10/04 01:54 PM
on *:JOIN:#: {
set %join.nick $nick
}

on *:dialog:DIALOGNAME:init:0: {

did PARAM NAME ID LINE %join.nick

}
© mIRC Discussion Forums