You have the On text event the other way around.

Code:
 on *:TEXT:#channel:!help*: {

should be
Code:
  on *:TEXT:!help*:#Channel: {


Same format goes to the other. smile