Switch to channel buffer on /join
Closes: https://todo.sr.ht/~emersion/gamja/37
This commit is contained in:
@@ -17,7 +17,7 @@ const join = {
|
||||
if (!channel) {
|
||||
throw new Error("Missing channel name");
|
||||
}
|
||||
getActiveClient(app).send({ command: "JOIN", params: [channel] });
|
||||
app.open(channel);
|
||||
},
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user