You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am writing a netty client program so that I can chat on the console. Now, commands like #login #play will be loaded into lineReader when the app is started. How can I dynamically add a command like @username to completer after the users of netty chat application are online?
The text was updated successfully, but these errors were encountered:
I am writing a netty client program so that I can chat on the console. Now, commands like #login #play will be loaded into lineReader when the app is started. How can I dynamically add a command like @username to completer after the users of netty chat application are online?
The text was updated successfully, but these errors were encountered: