Code:
On *:TEXT:*:#: {
If ($1 == !Help) {
If (!$2) { .notice $Nick Commands are: ... }
If ($2 == Blah) { .notice $Nick Blah Blah. }
If ($2 == Thingy) { .notice $Nick Thingy. }
}
}