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