diff --git a/source/birchwood/client/core.d b/source/birchwood/client/core.d index d7dc76f..8771558 100644 --- a/source/birchwood/client/core.d +++ b/source/birchwood/client/core.d @@ -1207,18 +1207,12 @@ public class Client : Thread /** - * Test sending a message to a channel - */ - client.channelMessage("This is a test message sent to a channel", ["#birchwood"]); - - /** - * Test sending a message to multiple channels - * Test sending a message to a single channel (singular) + * Test sending a message to a single channel (multi) */ client.channelMessage("This is a test message sent to a channel 1", ["#birchwood"]); /** - * Test sending a message to a single channel (multi) + * Test sending a message to a single channel (singular) */ client.channelMessage("This is a test message sent to a channel 2", "#birchwood");