diff --git a/source/birchwood/client/core.d b/source/birchwood/client/core.d index 6c4da7b..a9ad970 100644 --- a/source/birchwood/client/core.d +++ b/source/birchwood/client/core.d @@ -496,7 +496,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)