mirror of
https://git.sr.ht/~emersion/gamja
synced 2024-11-14 19:25:26 -05:00
Remove duplicate command impl
This commit is contained in:
parent
6430fa252a
commit
6c0878eeac
1 changed files with 0 additions and 7 deletions
|
@ -9,13 +9,6 @@ function getActiveClient(app) {
|
||||||
}
|
}
|
||||||
|
|
||||||
export default {
|
export default {
|
||||||
"query": (app, args) => {
|
|
||||||
var nick = args[0];
|
|
||||||
if (!nick) {
|
|
||||||
throw new Error("Missing nickname");
|
|
||||||
}
|
|
||||||
app.open(nick);
|
|
||||||
},
|
|
||||||
"quit": (app, args) => {
|
"quit": (app, args) => {
|
||||||
if (window.localStorage) {
|
if (window.localStorage) {
|
||||||
localStorage.removeItem("autoconnect");
|
localStorage.removeItem("autoconnect");
|
||||||
|
|
Loading…
Reference in a new issue