mIRC Home    About    Download    Register    News    Help

Print Thread
#99964 08/10/04 01:46 AM
Joined: Oct 2003
Posts: 306
J
Fjord artisan
OP Offline
Fjord artisan
J
Joined: Oct 2003
Posts: 306
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


mess with the best
#99965 08/10/04 02:08 AM
Joined: Sep 2004
Posts: 85
G
Babel fish
Offline
Babel fish
G
Joined: Sep 2004
Posts: 85
what do you mean as in dialog?, if you mean a new window:

on 1:join:#: {
.window @phfx | echo -a $nick
}

#99966 08/10/04 01:05 PM
Joined: Oct 2003
Posts: 306
J
Fjord artisan
OP Offline
Fjord artisan
J
Joined: Oct 2003
Posts: 306
nop,.in a dialog

ej

dialog {


}

thnx


mess with the best
#99967 08/10/04 01:54 PM
Joined: Mar 2004
Posts: 45
D
Ameglian cow
Offline
Ameglian cow
D
Joined: Mar 2004
Posts: 45
on *:JOIN:#: {
set %join.nick $nick
}

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

did PARAM NAME ID LINE %join.nick

}


Link Copied to Clipboard