in the TEXT event, use ? instead of #.

Code:

on *:TEXT:*:?: {
  if ($1 == &help) msg $nick Hello, your request for help is acknowledged.
}