Made `findChannel` pblic

This commit is contained in:
Tristan B. Kildaire 2020-10-19 18:26:56 +02:00
parent 00482eeccc
commit de38f78432
1 changed files with 1 additions and 1 deletions

View File

@ -234,7 +234,7 @@ public final class Connection : Thread
}
}
private Channel findChannel(string channelName)
public Channel findChannel(string channelName)
{
Channel result;