package org.pircbotx; public class ShockyChannel extends Channel { public ShockyChannel(PircBotX bot, String name) { super(bot, name); } }