Oper

By airfreshner on Mar 09, 2008

This script identifys you to nickserv opers you up applys some modes and set a chghost.

You need to change the identifying password for nickserv and your oper detials.

Modes can be changed to what ever you may want

.chghost cant be removed I use it myself.

Comes in handy.

on *:CONNECT: { 
  .msg NickServ IDENTIFY yourpassword
  .oper opernick operpassword
  .mode $me +Wsq +cFf
  .chghost $me a.host.you.may.want

}

Comments

Sign in to comment.
airfreshner   -  Apr 15, 2008

HoNdAx707: I only usually user mIRC for 1 IRC Network so that does not effect me but yea it could be changed.

jonesy44: chghost is there because I find that Im joing channels before hostserv has kicked in. So if you want to keep your host hiden it works.

Anti: not something I know how to do yet.

P.S Sorry for long reply forgot I uploaded this snippet

 Respond  
Anti   -  Mar 17, 2008

why dont you have it create an ini and put you\'re passwords in there so it will read it and yaddie ya...

 Respond  
Jonesy44   -  Mar 10, 2008

Why not just use hostserv .. if you have nickserv, you\'re most likely running anope, which has hostserv :s

 Respond  
HoNdAx707   -  Mar 09, 2008
on *:connect: { 
  if ($network == <networknamewithoutthe<>>) { 
    do blah 
  }
}

so when you connect to multi networks it doesnt do it to all

 Respond  
Are you sure you want to unfollow this person?
Are you sure you want to delete this?
Click "Unsubscribe" to stop receiving notices pertaining to this post.
Click "Subscribe" to resume notices pertaining to this post.