Switch to channel buffer on /join
Closes: https://todo.sr.ht/~emersion/gamja/37
This commit is contained in:
parent
64900fbe80
commit
9567d56f53
2 changed files with 5 additions and 3 deletions
|
@ -17,7 +17,7 @@ const join = {
|
|||
if (!channel) {
|
||||
throw new Error("Missing channel name");
|
||||
}
|
||||
getActiveClient(app).send({ command: "JOIN", params: [channel] });
|
||||
app.open(channel);
|
||||
},
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue