Check if this channel matches a pattern
bool matchesChannel(String pattern) { return Grammar.channelMatches(this, pattern); }