Check if a channel is a wildcard pattern
static bool isWildcardPattern(String channel) { return channel.contains('*'); }