Auto OP

By H2O on Jun 02, 2013

I am on a server with flaky services. I have a script bot i want in control of my channel control. Tho i am having the worst of luck trying to get it set up. I know its going to be something obvious i am missing. Thank you in advance for your help!

on *:join:#channelname:{
  if ($nick==NametoOP){
    /op $Nick
  }

Comments

Sign in to comment.
blackvenomm666   -  Jun 02, 2013

what kind of server are you on?

on *:join:#channelname:{
  if ($nick == NametoOP) {
    .mode # +o $Nick
  } 
}

and first thing you had no space between nametoop) and the { and you were missing a closing bracket and you had no spaces between $nick and the == and between ++ and nametoop.
try the one i posted

baloe12nl  -  Dec 22, 2013

can't you youse:

Syntax: /msg ChanServ AOP #chanal ADD nickname

in the chat window, if you are admin?

Sign in to comment

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.