String name = bot.getName() + " - " + ((Channel)channelsIter.next()).getName();
channels.add(name);
}
}
new SortListComparables().sort(channels);
addConstraint(new ConstrainedProperty("channel")
.inList((String[])channels.toArray(new String[0])));
addConstraint(new ConstrainedProperty("keyword").notNull(true).notEmpty(true));
}