diff --git a/source/birchwood/client.d b/source/birchwood/client.d index 26384e7..e8f08c4 100644 --- a/source/birchwood/client.d +++ b/source/birchwood/client.d @@ -1217,6 +1217,11 @@ public class Client : Thread // } + /** + * Test sending a message to myself (singular) + */ + client.directMessage("Message to myself", "birchwood"); + // TODO: Don't forget to re-enable this when done testing! Thread.sleep(dur!("seconds")(15)); client.quit();