package pl.shockah.shocky.interfaces; public interface IModule { boolean isEnabled(String channel); }