diff --git a/source/birchwood/client.d b/source/birchwood/client.d index e8f08c4..fd02879 100644 --- a/source/birchwood/client.d +++ b/source/birchwood/client.d @@ -1196,12 +1196,12 @@ public class Client : Thread /** - * 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");