Skip to content

Commit

Permalink
WHO after getting chat history
Browse files Browse the repository at this point in the history
  • Loading branch information
Sheikah45 committed Jan 11, 2024
1 parent b741302 commit 3093b1f
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -853,8 +853,8 @@ public void joinChannel(String channelName) {
bufferedChannels.add(channelName);
} else {
client.addChannel(channelName);
client.sendRawLine("WHO " + channelName);
client.sendRawLine("CHATHISTORY LATEST " + channelName + " * " + (chatPrefs.getMaxMessages() + 50));
client.sendRawLine("WHO " + channelName);
}
}

Expand Down

0 comments on commit 3093b1f

Please sign in to comment.