diff --git a/source/birchwood/client.d b/source/birchwood/client.d index 34664eb..38da76e 100644 --- a/source/birchwood/client.d +++ b/source/birchwood/client.d @@ -494,7 +494,7 @@ public class Client : Thread if(channels.length == 1) { /* Send to a single channel */ - leaveChannel(channels[0]); + channelMessage(message, channels[0]); } /* If multiple channels */ else if(channels.length > 1)