diff --git a/build-number.txt b/build-number.txt index c31e0ca3..dd091307 100644 --- a/build-number.txt +++ b/build-number.txt @@ -1 +1 @@ -1229 \ No newline at end of file +1230 \ No newline at end of file diff --git a/src/main/java/me/chayapak1/chomens_bot/command/IRCCommandContext.java b/src/main/java/me/chayapak1/chomens_bot/command/IRCCommandContext.java index 1230aeae..ef20b024 100644 --- a/src/main/java/me/chayapak1/chomens_bot/command/IRCCommandContext.java +++ b/src/main/java/me/chayapak1/chomens_bot/command/IRCCommandContext.java @@ -38,7 +38,7 @@ public class IRCCommandContext extends CommandContext { @Override public void sendOutput (Component component) { - bot.irc.sendMessage(bot, ComponentUtilities.stringify(component)); + bot.irc.sendMessage(bot, ComponentUtilities.stringifyAnsi(component)); } @Override