its quite simple ...
install mIRC . then type
/server irc.p2p-net.in
in the box below , then it will automatically connect to the server ... once done that , then u'll get a notice that "This Nick isnt registered" , to solve that , type
/nickserv register <password> <email>
once done , then u have to identify urself each time u quit or u get disconnected , to do that u have to type
/nickserv identify <password>
after that , type
/join #D3Si
wallah !!! u r in #D3Si channel with all other p2p'ers there
enjoy
i'll put up a script right here so that u all wont have to worry much ...
well , i hope that u have already registered u r nicks by doing
/nickserv register <password> <email>
then press ALT + R which will take u to u r remotes ,
then copy paste this code and put it there by replacing the <password> with ur nickserv password (the one u need to identify each time u need to login)
Code:
on *:NOTICE:*This nickname is registered and protected*:*:{
if ($nick == NickServ && $network == P2P.IN) {
.msg nickserv IDENTIFY <password>
}
}
on *:NOTICE:*Password accepted*:*:{
if ($nick == NickServ && $network == P2P.IN ) {
.join #D3Si
}
}
and the next time u connect to the p2p.in server u wont have to do all the identify and join steps ...
if any help is needed , we are there on #d3si