You can use regex matching...


on $*:text:/^\?H\?\s\S/S:#needhelp:{
  • msg #  $2: H is the fully automated help bot. If you've got any question regarding QuakeNet, our $&
    services or also IRC in general simply do /msg H help. H is multilingual and the supported languages $&
    are: English, Deutsch, Français, Svenska, Suomi and Dutch. You cannot request it to your channel.
}

It triggers on "?H? *" and is case sensitive, if you need case insensitive, use "/^\?H\?\s\S/Si"