Code:
on 30:TEXT:!opread*:*:{
//play $nick D:\opnick\opnick.txt
/msg $nick To leave a new message for yourself, type !opnick <message>
}
on 1:TEXT:!op*:*:{
/msg $nick Sorry, you do not have any access to this command.
}
on 30:TEXT:!opnick*:*:{
if ($read(D:\opnick\opnick.txt,s,$2-) == $2-) /msg $nick Your message has already been recorded.
else {
//write D:\opnick\opnick.txt $nick $+ ) $2-
/msg $nick Message recorded.
}
}