Skip to content
General IRCX

Auto Op In Mirc

A TG007 community discussion started by DJ1989.

Discussion 29 posts
Page 2 of 2
Open
Topic #12941 · 29 published posts · 8,874 views

Al;l the code I gave you needs is the proper syntax to auth yourself as oper, your username and password.

I'm just trying to learn, we all have to start someplace. I know it can't be that hard, I just feel like I hit a brick wall.

 

 

:lmaojump: well hit it back DJ and then teach me :D

The problem is I don't know where to put code you gave me, the auto identify script had a dialog box where i could input each user and pass I used, and it would send the info to the server upon logging in, and verify it... I'm just highly confused atm.

on *:connect:{

if (%oper) { command to auth as oper }

 

 

 

on one of the networks I am on I use this.

 

/operh <email> <password>

 

I'll try it out, although I did just find out you can have mIRC do commands on start up... so I just put /oper USER PASS and on startup it will automatically make me oper on the network.

 

Thanks for the help, and sorry for all the trouble.

Sorry, I never use mirc functions, but yeah the perform feature. well done

I didn't know about it at all, I was looking through the options and noticed and decided to see what it did and it worked so it's all good.

 

Thanks again!

this is what i use

 

nice and simple

 

i only use one network so it works fine

 

 

alias tg007 {
  server irc.koach.com
}

on *:CONNECT: {
if ($network == koach.com) {
msg NickServ IDENTIFY password
join #tg007
}
}

 

so all you do is change the msg NickServ line to the one you user to oper

 

 

so when i start mirc i just do /tg007

 

and it auto joins and auto identifys

Spam Honeypot - http://www.haggistech.co.uk/honey(humans do not register)

I tend to do it on the notice from nickserv instead of the on connect.. most every server i use has the default message from anope

 

 

on ^*:NOTICE:*:*: {
  if (nickname is registered and protected isin $1-) { .msg NickServ IDENTIFY <password> | halt }
}

Get information about ircWx here