mIRC Homepage
Posted By: Sl1ck Question about #findscrim, and etc. - 13/10/05 03:54 PM
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
Posted By: MikeChat Re: Question about #findscrim, and etc. - 13/10/05 04:00 PM
does the +r on that network stand for "registered nick required to enter channel"?
Posted By: Sl1ck Re: Question about #findscrim, and etc. - 13/10/05 04:05 PM
i dont know, how do i know that?
Posted By: Riamus2 Re: Question about #findscrim, and etc. - 13/10/05 04:16 PM
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.
Posted By: Sl1ck Re: Question about #findscrim, and etc. - 13/10/05 05:35 PM
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?
Posted By: Riamus2 Re: Question about #findscrim, and etc. - 13/10/05 05:45 PM
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.
© mIRC Discussion Forums