Op on PM password
Platform: mIRC
Published Jan 02, 2010
Updated 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!)
}