mIRC Home    About    Download    Register    News    Help

Print Thread
Joined: Jan 2003
Posts: 40
V
Ameglian cow
OP Offline
Ameglian cow
V
Joined: Jan 2003
Posts: 40
on 1:connect:{

echo -s Se ha Conectado a : $server a la hora : $time con el nick : $nick

}

i do like this ,its good o wrong

thnx

Joined: Jan 2003
Posts: 94
S
Babel fish
Offline
Babel fish
S
Joined: Jan 2003
Posts: 94
well, i dont know what you mean by $nick.. since it only happens when you connect to a server you need to use $me

Code:
on 1:connect:{
echo -s Se ha Conectado a : $server a la hora : $time con el nick : $me
} 


-
E-Mail: mirc_sabby@hotmail.com
Network: irc.enterthegame.com
Channel: #Helpdesk

Link Copied to Clipboard