Here you go. You can change the text parts to say something else if you don't like how I worded things.

Code:
on *:text:!help *:#help: {
  msg #help-priv Help requested by $nick $+ : $2-
}

on *:text:.msg *:#help-priv: {
  if ($2 ison #help) {
    if ($3) {
      msg $2 Answer: $3-
    }
    else msg $chan Error: You need to enter the answer to the question.
  }
  else msg $chan Error: The nick is not in #help.
}


Invision Support
#Invision on irc.irchighway.net