mirror of
https://codeberg.org/emersion/gamja
synced 2025-03-13 07:48:37 +01:00
Remove duplicate command impl
This commit is contained in:
parent
6430fa252a
commit
6c0878eeac
@ -9,13 +9,6 @@ function getActiveClient(app) {
|
||||
}
|
||||
|
||||
export default {
|
||||
"query": (app, args) => {
|
||||
var nick = args[0];
|
||||
if (!nick) {
|
||||
throw new Error("Missing nickname");
|
||||
}
|
||||
app.open(nick);
|
||||
},
|
||||
"quit": (app, args) => {
|
||||
if (window.localStorage) {
|
||||
localStorage.removeItem("autoconnect");
|
||||
|
Loading…
x
Reference in New Issue
Block a user