To have the
web chat open multiple channels upon connecting, change the following line:
<param name="command1" value="/join #example" />
to:
<param name="command1" value="/join #example,#example2,#example3" />
NOTE: You will need to change each instance of 'example' ( 'example2' 'example3' etc) to your channel names.