mIRC Home    About    Download    Register    News    Help

Print Thread
Joined: Oct 2005
Posts: 4
S
Sl1ck Offline OP
Self-satisified door
OP Offline
Self-satisified door
S
Joined: Oct 2005
Posts: 4
Well I go to GameSurge Random Server US and i want to find a scrimmage for CS 1.6. So i do #findscrim and it says Cannont Join Channel (+r). Anyone know how to fix this. It wont let me into the channel so i cant find a scrimmage

Joined: Dec 2002
Posts: 1,245
M
Hoopy frood
Offline
Hoopy frood
M
Joined: Dec 2002
Posts: 1,245
does the +r on that network stand for "registered nick required to enter channel"?

Joined: Oct 2005
Posts: 4
S
Sl1ck Offline OP
Self-satisified door
OP Offline
Self-satisified door
S
Joined: Oct 2005
Posts: 4
i dont know, how do i know that?

Joined: Oct 2004
Posts: 8,330
Hoopy frood
Offline
Hoopy frood
Joined: Oct 2004
Posts: 8,330
You need to register your nick on that network to join that channel. Join #help to see how to register. If nickserv is on that network, you can type "/nickserv help" (no quotes) and it will give you info on how to use commands such as REGISTER and IDENTIFY.


Invision Support
#Invision on irc.irchighway.net
Joined: Oct 2005
Posts: 4
S
Sl1ck Offline OP
Self-satisified door
OP Offline
Self-satisified door
S
Joined: Oct 2005
Posts: 4
how do i make it so it remembers my user name and pass and i dont have to say that line everytime i log in?

Joined: Oct 2004
Posts: 8,330
Hoopy frood
Offline
Hoopy frood
Joined: Oct 2004
Posts: 8,330
You could put it into Perform, or you can include a script:

Code:
on *:connect: {
  if ($network == [color:red]Network[/color]) {
    [color:red]identify password[/color]
  }
}


Change Network to your network name. To see what your network name is, type //echo -a $network while connected. Replace the identify password part with whatever command is required to identify on your network.


Invision Support
#Invision on irc.irchighway.net

Link Copied to Clipboard