diff --git a/source/birchwood/client/client.d b/source/birchwood/client/client.d index 6282fa7..980b2e9 100644 --- a/source/birchwood/client/client.d +++ b/source/birchwood/client/client.d @@ -1116,6 +1116,9 @@ public class Client : Thread string combination = bold(italics("Italiano Boldino")); client.channelMessage(combination, "#birchwood"); + string foregroundRedtext = setForeground(SimpleColor.RED)~"This is red text"; + client.channelMessage(foregroundRedtext, "#birchwood"); + /**