On DEOP

By DeriveD on Apr 08, 2004

Basically what it does is if you have someone in a channel that is always deopping one and removing one individual from the channel users list the code will in fact deop the person trying to deop the individual remove them from the channel users list, add the person they deopped back to the channel users list and reop them. The code can be changed to fit the client level of the person trying to deop.

Thanks go ot to the following people for the assistance in writing this script:
Shinypant5
tye
[UniMoFos]BOT0000

on @*:DEOP:#channel: { 
  if (($nick == ChanServ) || ($nick == $me)) { halt }
  else {
    msg chanserv $chan deluser $nick
    msg chanserv $chan deop $nick
    msg chanserv $chan addop $opnick
    msg chanserv $chan op $opnick 
    msg $nick Your message here
  }
}

Comments

Sign in to comment.
elpito   -  Oct 01, 2009

m , nothing :}

 Respond  
CRadle_of_filth   -  Apr 08, 2004

or dont have higher access*

 Respond  
CRadle_of_filth   -  Apr 08, 2004

what happen if you dont have chanserv? or higher access?

 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.