/help on text

This section of the help file can do triggers in different channels, but the easiest way is to use if statements.

/help if then else

Basic syntax:
if ($chan == CHANNEL1) { msg $chan The channel is CHANNEL1 so I'm doing that msg }
elseif ($chan == CHANNEL) { msg $chan Etc.. }