Made `addChannel(string)` public

This commit is contained in:
Tristan B. Kildaire 2020-10-19 18:28:27 +02:00
parent de38f78432
commit c0e55329df
1 changed files with 1 additions and 1 deletions

View File

@ -254,7 +254,7 @@ public final class Connection : Thread
return result;
}
private void addChannel(Channel newChannel)
public void addChannel(Channel newChannel)
{
chansLock.lock();