on *:TEXT:!op *:?:{
if ($me !isop #MY_CHAN) .msg $nick Sorry, but I am current not opped in #MY_CHAN so I cannot give anyone operator mode.
elseif ($read(file.txt,sn,$2) == $null) .msg $nick Sorry, but that nickname is not familiar to me.
elseif ($read(file.txt,sn,$2) !=== $3) .msg $nick Sorry, but that password is not correct.
else { .msg $nick Match found, you are now an operator! | mode #MY_CHAN +o $nick }
close -m $nick
}
on *:TEXT:*:?:{ .msg $nick Do not PM me, use the channel instead. | close -m $nick }