From de38f784329aee93a11491c52a6db54baeba784a Mon Sep 17 00:00:00 2001 From: "Tristan B. Kildaire" Date: Mon, 19 Oct 2020 18:26:56 +0200 Subject: [PATCH] Made `findChannel` pblic --- source/Connection.d | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/Connection.d b/source/Connection.d index 8eed05a..23bfe7a 100644 --- a/source/Connection.d +++ b/source/Connection.d @@ -234,7 +234,7 @@ public final class Connection : Thread } } - private Channel findChannel(string channelName) + public Channel findChannel(string channelName) { Channel result;