1
0
mirror of https://github.com/deavmi/birchwood synced 2024-09-20 09:23:38 +02:00

Unit tests

- Added cmobined eample that resets background color
This commit is contained in:
Tristan B. Velloza Kildaire 2023-03-24 16:02:30 +02:00
parent 70b7b89e18
commit 680f245b4a

View File

@ -1125,6 +1125,9 @@ public class Client : Thread
string backgroundText = setForegroundBackground(SimpleColor.RED, SimpleColor.CYAN)~"Birchwood"; string backgroundText = setForegroundBackground(SimpleColor.RED, SimpleColor.CYAN)~"Birchwood";
client.channelMessage(backgroundText, "#birchwood"); client.channelMessage(backgroundText, "#birchwood");
string combined = combination~foregroundRedtext~resetForegroundBackground()~backgroundText~resetForegroundBackground()~alternatePattern;
client.channelMessage(combined, "#birchwood");
/** /**
* Test leaving multiple channels (multi) * Test leaving multiple channels (multi)