i have one more question. one what exactly is noop
and two what would $findquote and $deletedmark be set to?

here is my code but idk how to make it leave out my delete tag. which is "asdf1234,,"

Code:
on *:TEXT:!quote:#: {
  set %quote $rand(1, $calc($lines(F:\mIRC\quotes\quotes $+ # $+ .ini) - 2))
  msg $chan $readini(F:\mIRC\quotes\quotes $+ # $+ .ini, n, #, %quote)

}