Op on PM password

By WatsonN on Jan 02, 2010

This script will op a user in your room when the pm "opme PassOfYourChoice".
Created by Jethro_ by request in the forum.http://www.hawkee.com/phpBB2/viewtopic.php?p=98417#98417

Just change PassOfYourChoice and #chan and your good to go.

on *:TEXT:opme &:?: { 
  $iif($2 === PassOfYourChoice && $me isop #chan,mode #chan +o $nick,msg $nick Password is incorrect!) 
}

Comments

Sign in to comment.
Dark|   -  Dec 04, 2010

Lol watsonN i have a php bot for this
;x its nice tho
i like it

 Respond  
Jethro   -  Jan 02, 2010

The code works on a single room basis. The password is case sensitive and make sure the client running the code is opped.

 Respond  
WatsonN   -  Jan 02, 2010

I run it on a machine that sits in a closet and never gets used unless i need to update it.
all i can say is it worked for me...

 Respond  
version9   -  Jan 02, 2010

thanks, but how just simply respond to a pm. I'm using mIRC and normall if's dont work with pm's
thanks

 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.