Jump to content
RenCorner Network

can someone please help me with mirc auto login to channels


Recommended Posts

Posted

i have to do a /msg NickServ IDENTIFY and paste several servers everytime i login can someone please help me so i can login to everything and identify everytime i connect i had a mod help me a few years ago it was in text in the text editor .thank you so much! :bananallama:

Posted

you can setup a simple script with that line of code that automaticaly pastes it whenever you open IRC.

I don't have to use it personnally, I use Nettalk6 and it just... recognises me in all channels still open when I close it. It's a free client, love it.

If you're adamant in using mIRC, someone else may be able to help you better than me.

  • Like 1
Posted

Add it all under perform in options so it’ll perform it all when connected 

  • Like 1
Posted

There's two ways to do it. You can add some code under the remote section:

on *:Connect:{
/join #chan1 
/mode #chan1 +nt
/join #chan2
/mode #chan2 +nt
}

Or, under your Channel folder, you can add Channels to your favorites, and there will be a checkbox that gives you the option "join channel on connect."

Hope this helps :)

  • Like 1
Posted

i already help him :)

  • Like 1
Posted

thank you guys im still trying to get in ill try again today DrDanthrax99 ill try that way

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...