package InnaIrcBot.Commanders; public interface EventHandler { void track(String user); }