114115116117118119120121
public void forkToChat() { if (connection != null) { new PrivateChatRequest(connection); } }