Fix /clearchat command
This commit is contained in:
parent
78925ccb9a
commit
8dbb4671dc
1 changed files with 1 additions and 1 deletions
|
@ -67,7 +67,7 @@ public class PluginInitializer {
|
||||||
|
|
||||||
// Initialize commands
|
// Initialize commands
|
||||||
logger.verb("Initializing commands");
|
logger.verb("Initializing commands");
|
||||||
commands = new CommandBase[]{new BroadcastCommand(), new DiscordCommand(), new HomeCommand(), new PluginCommand(), new SystemInformationCommand(), new TrollCommand(), new MsgCommand()};
|
commands = new CommandBase[]{new BroadcastCommand(), new DiscordCommand(), new HomeCommand(), new PluginCommand(), new SystemInformationCommand(), new TrollCommand(), new MsgCommand(), new ClearChatCommand()};
|
||||||
|
|
||||||
// Register commands
|
// Register commands
|
||||||
logger.verb("Registering commands");
|
logger.verb("Registering commands");
|
||||||
|
|
Loading…
Reference in a new issue