I was wondering if it was possible to have multiple ontext events in different channels that need to perform same events?

Example:
on :TEXT:*Join*:#channel1: || on :TEXT:*Joined*:#channel2: {
{ perform.join }
}

It didn't work here