Introduce Client.who
This commit is contained in:
parent
02145b45ad
commit
619f1db08f
2 changed files with 20 additions and 1 deletions
|
@ -914,7 +914,7 @@ export default class App extends Component {
|
|||
this.switchToChannel = target;
|
||||
client.send({ command: "JOIN", params: [target] });
|
||||
} else {
|
||||
client.send({ command: "WHO", params: [target] });
|
||||
client.who(target);
|
||||
this.createBuffer(netID, target);
|
||||
this.switchBuffer({ network: netID, name: target });
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue