- Oct 16, 2010
- 120,474
- 45,949
We now have our own IRC channel: irc://#[email protected]
To make it easy for new members we have a prepatched client (mIRC) here (various hosts):
Simply run mIRC, you will see:
Change the nick you see in there to one of your choosing, hit connect and enjoy chatting with us. ^^
You can also register your nick, so no one else can take that. To find out how to register it simply type:
Which will give you all the instructions you need to have about making that name your own.
Once you've done that go to Tools -> Scripts Editor -> Remote and add this:
PASSWORD needs to be replaced with the password you chose while registering, obviously.
If you want to get rid of the trial nag screen, you can just use any name and serial (123 works)
DO NOT UPDATE after that however
To make it easy for new members we have a prepatched client (mIRC) here (various hosts):
DOWNLOAD: [ASF]_mIRC.rar
MIRROR: https://mega.co.nz/#!YlMXADCQ!XcxKWg93kK-JM3uaxzqhQCBUkdwSARhtmfdxDKrYexo
MIRROR: https://mega.co.nz/#!YlMXADCQ!XcxKWg93kK-JM3uaxzqhQCBUkdwSARhtmfdxDKrYexo
Simply run mIRC, you will see:
Change the nick you see in there to one of your choosing, hit connect and enjoy chatting with us. ^^
You can also register your nick, so no one else can take that. To find out how to register it simply type:
Code:
/msg nickserv help
Once you've done that go to Tools -> Scripts Editor -> Remote and add this:
Code:
on *:START: {
server irc.rizon.net
}
on 1:NOTICE:*NickServ IDENTIFY*:?: {
if ( $nick == NickServ && $network == Rizon ) { /msg nickserv identify PASSWORD }
on *:notice:*Password accepted - you are now recognized.*:*: {
if ( $nick == NickServ && $network == Rizon ) {
/join #Anime-Sharing
}
}
If you want to get rid of the trial nag screen, you can just use any name and serial (123 works)
DO NOT UPDATE after that however
Last edited by a moderator: